It may be possible to write your own auto-renewal script
relatively easily for LetsEncrypt. I have done for Apache as (a) I
don't use the standard paths and setup, (b) I wish to use HPKP on
my servers for additional security and "Lets Encrypt" auto scripts
generate a new key each time which breaks this (the signature
changes and is unpredictable) - so my script generates a lets
encrypt request with the appropriate key (either the same OR the
backup key I've already generated) I now have a relatively simple
script which reads my config file and generates keys accordingly
if required (the only thing it doesn't do is restart the server
for the new certificates to be read) but it does inform me this is
happening. It shouldn't be to difficult for nginx to do similar
On 17/08/2016 20:23, R wrote:
-- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE. |