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

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

In invirt-vnc-server, deprecate /etc/invirt/secrets in favor of
/etc/invirt/vnc

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