source: trunk/packages/invirt-vnc-server/invirt-vnc-getcert @ 1400

Last change on this file since 1400 was 1400, checked in by broder, 16 years ago

Generate the VNC server certificates at install time

  • Property svn:executable set to *
File size: 130 bytes
Line 
1#!/usr/bin/python
2
3import sys
4
5try:
6    print open('/etc/invirt/secrets/vnc.crt').read()
7except IOError, e:
8    sys.exit(e.errno)
Note: See TracBrowser for help on using the repository browser.