Search the Community
Showing results for tags 'certbot'.
-
I switched my nginx version to mainline and forgot to install the certbot plugin, so of course the certbot update failed.. I fixed the problem but what I now what I see is strange... this: root@Inet~/bin certbot certificates Saving debug log to /var/log/letsencrypt/letsencrypt.log - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Found the following certs: Certificate Name: <redacted>.com Serial Number: <redacted> Key Type: RSA Domains: <redacted>.com Expiry Date: 2024-09-06 22:56:44+00:00 (VALID: 89 days) Certificate Path: /etc/letsencrypt/live/<redacted>.com/fullchain.pem Private Key Path: /etc/letsencrypt/live/<redacted>.com/privkey.pem - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - and this: So why do the browsers say the cert is good for 1 year and certbot says 3 months? Also why is NordVPN the issuer? NordVPN is not and has not ever been installed on my internet ('Inet') server... Although when i renewed this manually I was ssh'ing from a win 11 VM (with NordVPN enabled) on Proxmox to my Debian internet ('Inet') server... ...Internet searches gave me no clarity so I thought I'd ask here...
- 5 replies
-
- ssl cert
- letsecrypt
-
(and 1 more)
Tagged with:
-
Hello Guys, facts: installed emby on a debian vps. allow 8096 and 8920 in ufw buy a Domain at namecheap. create A Record for the VPS IP. create a letsencrypt cert (https://emby.media/community/index.php?/topic/42315-creating-a-letsencrypt-ssl-certificate-for-emby/ Emby config: add certfolder to /opt/emby-server/ssl/ssl.pfx Emby config: add external Domain "https://xxx.xxx" Problem: I got emby over "http://xxx.xxx:8096"but on "https://xxx.xxx:8920" I got "ERR_TUNNEL_CONNECTION_FAILED" can you help me with this issue? thanks