Changes between Initial Version and Version 1 of Ticket #2142, comment 8


Ignore:
Timestamp:
2013-12-26T23:46:14Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2142, comment 8

    initial v1  
    1212(and then get a certificate on {{{publickey.pem}}}), or, for a self-signed cert with 100-year validity:
    1313{{{
    14 openssl req -x509 -newkey rsa:4096 -keyout mykey.pem -out cert.pem -days 36526
     14openssl req -x509 -newkey rsa:4096 -keyout mykey.pem -out cert.pem -days 36524
    1515}}}