source:
trunk/packages/invirt-vnc-server/invirt-vnc-getcert
@
1406
Last change on this file since 1406 was 1400, checked in by broder, 16 years ago | |
---|---|
|
|
File size: 130 bytes |
Rev | Line | |
---|---|---|
[1400] | 1 | #!/usr/bin/python |
2 | ||
3 | import sys | |
4 | ||
5 | try: | |
6 | print open('/etc/invirt/secrets/vnc.crt').read() | |
7 | except IOError, e: | |
8 | sys.exit(e.errno) |
Note: See TracBrowser
for help on using the repository browser.