Changes between Initial Version and Version 1 of Ticket #834, comment 6


Ignore:
Timestamp:
12/05/15 19:09:42 (8 years ago)
Author:
2i@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #834, comment 6

    initial v1  
    1 I have written a script as a workaround which temporarily decrypts the key, starts nginx and removes it.
     1I have written a script as a workaround which creates as decrypted copy of the key, starts nginx and removes the decypted key again.
    22
    3 First I created a copy of my tls server key
     3First I created a copy of my tls server key to not have to change the server configuration:
    44
    55`cp /usr/local/nginx/conf/server.key /usr/local/nginx/conf/drubn.de.key.orig`