Changeset 1415


Ignore:
Timestamp:
Oct 29, 2008, 12:00:17 AM (15 years ago)
Author:
broder
Message:

Include the hostname in the generated SSL certs so that the Java
keytool will accept them

Location:
trunk/packages/invirt-vnc-server/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-vnc-server/debian/changelog

    r1414 r1415  
    22
    33  * Deprecate /etc/invirt/secrets in favor of /etc/invirt/vnc
     4  * Include the hostname in the generated SSL certs so that the Java
     5    keytool will accept them
    46
    5  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 23:58:37 -0400
     7 -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 23:59:57 -0400
    68
    79invirt-vnc-server (0.0.3) unstable; urgency=low
  • trunk/packages/invirt-vnc-server/debian/invirt-vnc-server.postinst

    r1414 r1415  
    2727       
    2828        if ! [ -e /etc/invirt/vnc/server.crt ]; then
    29             openssl req -new -x509 -nodes -sha1 -subj '/' -key /etc/invirt/vnc/server.pem \
     29            openssl req -new -x509 -nodes -sha1 -subj "/CN=$(hostname -f)" -key /etc/invirt/vnc/server.pem \
    3030                > /etc/invirt/vnc/server.crt
    3131        fi
Note: See TracChangeset for help on using the changeset viewer.