Hi Daniel,
I guess I should now change
# keyStorePath: /etc/letsencrypt/live/example.p12
# keyStorePassword: secret
in freemarker-online.yml
to
# keyStorePath: /etc/letsencrypt/live/certificate.p12
# keyStorePassword: theRightPassword ;)
When I read the content in my local Git repo it's commented out. I guess I should manually
change it on the VM and restart the app with Gradle?
As it's a bit late already, I let you handle this last part ;)
We have still to look at how renew the certificate using cron...
Thanks
Jacques
Le 16/05/2018 à 21:54, Jacques Le Roux a écrit :
> Le 16/05/2018 à 21:54, Jacques Le Roux a écrit :
>> Le 15/05/2018 à 21:58, Daniel Dekany a écrit :
>>> It's going to be something like
>>>
>>> certbot certonly --webroot -w /opt/fmonlinetester/var/letsencrypt-acme-challenge
>> Almost, we just needed to add the domains (else it asks for one)
>>
>> jleroux@freemarker-vm:~$ sudo certbot certonly --webroot -w /opt/fmonlinetester/var/letsencrypt-acme-challenge
-d try.freemarker.apache.org -d
>> try.freemarker.org
>> Saving debug log to /var/log/letsencrypt/letsencrypt.log
>> Plugins selected: Authenticator webroot, Installer None
>> Enter email address (used for urgent renewal and security notices) (Enter 'c' to
>> cancel): jleroux@apache.org
>> Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
>>
>> -------------------------------------------------------------------------------
>> Please read the Terms of Service at
>> https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must
>> agree in order to register with the ACME server at
>> https://acme-v01.api.letsencrypt.org/directory
>> -------------------------------------------------------------------------------
>> (A)gree/(C)ancel: A
>>
>> -------------------------------------------------------------------------------
>> Would you be willing to share your email address with the Electronic Frontier
>> Foundation, a founding partner of the Let's Encrypt project and the non-profit
>> organization that develops Certbot? We'd like to send you email about EFF and
>> our work to encrypt the web, protect its users and defend digital rights.
>> -------------------------------------------------------------------------------
>> (Y)es/(N)o: N
>> Obtaining a new certificate
>> Performing the following challenges:
>> http-01 challenge for try.freemarker.apache.org
>> http-01 challenge for try.freemarker.org
>> Using the webroot path /opt/fmonlinetester/var/letsencrypt-acme-challenge for all
unmatched domains.
>> Waiting for verification...
>> Cleaning up challenges
>>
>> IMPORTANT NOTES:
>> - Congratulations! Your certificate and chain have been saved at:
>> /etc/letsencrypt/live/try.freemarker.apache.org/fullchain.pem
>> Your key file has been saved at:
>> /etc/letsencrypt/live/try.freemarker.apache.org/privkey.pem
>> Your cert will expire on 2018-08-14. To obtain a new or tweaked
>> version of this certificate in the future, simply run certbot
>> again. To non-interactively renew *all* of your certificates, run
>> "certbot renew"
>> - Your account credentials have been saved in your Certbot
>> configuration directory at /etc/letsencrypt. You should make a
>> secure backup of this folder now. This configuration directory will
>> also contain certificates and private keys obtained by Certbot so
>> making regular backups of this folder is ideal.
>> - If you like Certbot, please consider supporting our work by:
>>
>> Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
>> Donating to EFF: https://eff.org/donate-le
>>
>> I have then used
>> openssl pkcs12 -export -out /etc/letsencrypt/live/certificate.p12 -inkey /etc/letsencrypt/live/try.freemarker.apache.org/privkey.pem
-in
>> /etc/letsencrypt/live/try.freemarker.apache.org/cert.pem -certfile /etc/letsencrypt/live/try.freemarker.apache.org/chain.pem
>> with pwd in next message
>> Jacques
>
>
|