PNTB certificate LetsEncrypt

 

cat /var/log/letsencrypt/letsencrypt.log

example

ubuntu@ip-172-31-1-215:~$ sudo cat /var/log/letsencrypt/letsencrypt.log 2023-05-25 08:29:51,887:DEBUG:certbot.main:certbot version: 0.40.0 2023-05-25 08:29:51,887:DEBUG:certbot.main:Arguments: ['-q'] 2023-05-25 08:29:51,887:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) 2023-05-25 08:29:51,919:DEBUG:certbot.log:Root logging level set at 30 2023-05-25 08:29:51,920:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log 2023-05-25 08:29:51,928:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7f24287f8c70> and installer <certbot.cli._Default object at 0x7f24287f8c70> 2023-05-25 08:29:51,938:INFO:certbot.renewal:Cert not yet due for renewal 2023-05-25 08:29:51,938:DEBUG:certbot.plugins.selection:Requested authenticator standalone and installer None 2023-05-25 08:29:51,939:DEBUG:certbot.renewal:no renewal failures

Renew cert

747  sudo certbot-certonly --domain pntb.pervasivenation.com --email diarmuidcire@gmail.com   748  cat /var/log/letsencrypt/letsencrypt.log   749  sudo cat /var/log/letsencrypt/letsencrypt.log

 

https://cloudinfrastructureservices.co.uk/how-to-install-lets-encrypt-ssl-on-ubuntu-20-04-to-create-certificates/