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