Sha256: e0a596efb1bc9ccb54b01c939233f5fbe31d59d7a0c0cb08d2a737c409880d34
Contents?: true
Size: 646 Bytes
Versions: 4
Compression:
Stored size: 646 Bytes
Contents
# # Initialize module ssl # --module=ssl ## SSL Keystore Configuration # define the port to use for secure redirection jetty.secure.port=8443 # Setup a demonstration keystore and truststore jetty.keystore=etc/keystore jetty.truststore=etc/keystore # Set the demonstration passwords. # Note that OBF passwords are not secure, just protected from casual observation # See http://www.eclipse.org/jetty/documentation/current/configuring-security-secure-passwords.html jetty.keystore.password=OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4 jetty.keymanager.password=OBF:1u2u1wml1z7s1z7a1wnl1u2g jetty.truststore.password=OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4
Version data entries
4 entries across 4 versions & 1 rubygems