Changes between Initial Version and Version 1 of Ticket #834, comment 6
- Timestamp:
- 12/05/15 19:09:42 (9 years ago)
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.1 I have written a script as a workaround which creates as decrypted copy of the key, starts nginx and removes the decypted key again. 2 2 3 First I created a copy of my tls server key 3 First I created a copy of my tls server key to not have to change the server configuration: 4 4 5 5 `cp /usr/local/nginx/conf/server.key /usr/local/nginx/conf/drubn.de.key.orig`