Let's Encrypt Certificates Archives - Geek is the Way! https://geekistheway.com/tag/letsencrypt-certificates/ Trying to learn just a bit! Mon, 30 Dec 2024 18:11:15 +0000 en-US hourly 1 https://wordpress.org/?v=7.0 https://i0.wp.com/geekistheway.com/wp-content/uploads/2022/06/cropped-Screen-Shot-2022-06-05-at-18.01.59.png?fit=32%2C32&ssl=1 Let's Encrypt Certificates Archives - Geek is the Way! https://geekistheway.com/tag/letsencrypt-certificates/ 32 32 149526228 Encrypting Zabbix Server communication with Agents using Let’s Encrypt certificates https://geekistheway.com/2022/12/31/encrypting-zabbix-server-communication-with-agents-using-lets-encrypt-certificates/ https://geekistheway.com/2022/12/31/encrypting-zabbix-server-communication-with-agents-using-lets-encrypt-certificates/#comments Sat, 31 Dec 2022 05:15:56 +0000 https://geekistheway2252.live-website.com/?p=2070 If you have deployed Zabbix Server on your Proxmox infra structure, you might be interested in hardening Zabbix installation with SSL certificates for the web frontend. You might also be interested in encrypting communication between Zabbix Server and the other Zabbix components, such as Agents and Proxies, after all, although it is just monitoring information,...

The post Encrypting Zabbix Server communication with Agents using Let’s Encrypt certificates appeared first on Geek is the Way!.

]]>
https://geekistheway.com/2022/12/31/encrypting-zabbix-server-communication-with-agents-using-lets-encrypt-certificates/feed/ 2 2070
Hardening Zabbix Server installation using Apache VirtualHosts and Let’s Encrypt certificates https://geekistheway.com/2022/12/30/hardening-zabbix-server-installation-using-apache-virtualhosts-and-lets-encrypt-certificates/ https://geekistheway.com/2022/12/30/hardening-zabbix-server-installation-using-apache-virtualhosts-and-lets-encrypt-certificates/#comments Sat, 31 Dec 2022 02:55:46 +0000 https://geekistheway2252.live-website.com/?p=2058 In my previous post, we went through the process of installing Zabbix Server on a Debian LXC container. Although it works alright, it doesn’t come with HTTPS support out of the box. It also has an “ugly” /zabbix in the end of the URL. In this short post, we are going through the steps of...

The post Hardening Zabbix Server installation using Apache VirtualHosts and Let’s Encrypt certificates appeared first on Geek is the Way!.

]]>
https://geekistheway.com/2022/12/30/hardening-zabbix-server-installation-using-apache-virtualhosts-and-lets-encrypt-certificates/feed/ 8 2058
How to fix the X3 CA/Certificate issue after upgrading to pfSense 2.5 https://geekistheway.com/2021/02/26/how-to-fix-x3-ca-certificate-issue-on-pfsense-after-upgrade-to-2-5/ https://geekistheway.com/2021/02/26/how-to-fix-x3-ca-certificate-issue-on-pfsense-after-upgrade-to-2-5/#comments Fri, 26 Feb 2021 20:22:23 +0000 http://crepaldi.us/?p=643 If you recently upgraded to pfSense 2.5, you may have received notifications about some CA/Certificate entries close to expiring. The exact message would be something like “The following CA/Certificate entries are expiring: Certificate Authority: Acmecert: O=Let’s Encrypt, CN=Let’s Encrypt Authority X3, C=US” The fix is quite simple, just visit System >> Cert Manager >> CAs...

The post How to fix the X3 CA/Certificate issue after upgrading to pfSense 2.5 appeared first on Geek is the Way!.

]]>
https://geekistheway.com/2021/02/26/how-to-fix-x3-ca-certificate-issue-on-pfsense-after-upgrade-to-2-5/feed/ 7 643
Install Let’s Encrypt SSL certificates on your Supermicro X10 from Synology on a schedule https://geekistheway.com/2021/02/15/install-lets-encrypt-ssl-certificates-on-your-supermicro-x10-from-synology-on-a-schedule/ https://geekistheway.com/2021/02/15/install-lets-encrypt-ssl-certificates-on-your-supermicro-x10-from-synology-on-a-schedule/#respond Tue, 16 Feb 2021 01:27:44 +0000 http://crepaldi.us/?p=632 Recently I have added a Supermicro X10DRi-T4+ to my homelab and a natural idea was to install a Let’s Encrypt SSL certificate and replace the original self-signed one. For such, I had to adapt a couple python scripts [1] [2] first published by Jari Turkia. None of them worked for Supermicro X10DRi-T4+, but it wasn’t...

The post Install Let’s Encrypt SSL certificates on your Supermicro X10 from Synology on a schedule appeared first on Geek is the Way!.

]]>
https://geekistheway.com/2021/02/15/install-lets-encrypt-ssl-certificates-on-your-supermicro-x10-from-synology-on-a-schedule/feed/ 0 632
Install Let’s Encrypt SSL certificates on your UDM-Pro from pfSense crontab https://geekistheway.com/2020/07/05/install-lets-encrypt-ssl-certificates-on-your-udm-pro-from-pfsense-crontab/ https://geekistheway.com/2020/07/05/install-lets-encrypt-ssl-certificates-on-your-udm-pro-from-pfsense-crontab/#comments Mon, 06 Jul 2020 03:20:26 +0000 http://crepaldi.us/?p=275 As you may have noticed, your UDM Pro came with a self-signed certificate, which browsers don’t like much and neither do I. In this article, we are going to install Let’s Encrypt SSL certificates using crontab from a pfSense device. You can replace pfSense with any other device with crontab available. Unifi OS doesn’t provide...

The post Install Let’s Encrypt SSL certificates on your UDM-Pro from pfSense crontab appeared first on Geek is the Way!.

]]>
https://geekistheway.com/2020/07/05/install-lets-encrypt-ssl-certificates-on-your-udm-pro-from-pfsense-crontab/feed/ 5 275
Setting up Let’s Encrypt SSL certificates on your pfSense https://geekistheway.com/2020/06/27/setting-up-lets-encrypt-ssl-certificates-on-your-pfsense/ https://geekistheway.com/2020/06/27/setting-up-lets-encrypt-ssl-certificates-on-your-pfsense/#comments Sat, 27 Jun 2020 22:38:09 +0000 http://crepaldi.us/?p=269 In a previous post, I have described how to issue Let’s Encrypt certificates for free. SSL certificates have many applications, including replacing self-signed certificates that are not recognized by browsers. That is the goal of this post. Replace pfSense’s self-signed certificate by the one we have created using Let’s Encrypt API. Let’s Encrypt setup If...

The post Setting up Let’s Encrypt SSL certificates on your pfSense appeared first on Geek is the Way!.

]]>
https://geekistheway.com/2020/06/27/setting-up-lets-encrypt-ssl-certificates-on-your-pfsense/feed/ 1 269
Issuing Let’s Encrypt certificates on your pfSense using ACME! https://geekistheway.com/2020/06/25/issuing-lets-encrypt-certificates-on-your-pfsense-using-acme/ https://geekistheway.com/2020/06/25/issuing-lets-encrypt-certificates-on-your-pfsense-using-acme/#comments Fri, 26 Jun 2020 01:53:00 +0000 http://crepaldi.us/?p=239 If you are like me and don’t want unencrypted data flowing on your network or maybe even on Internet, than this post is for you! I will adopt CloudFlare DNS as it has API to integrate with Let’s Encrypt SSL services through the ACME plugin. Both CloudFlare and Let’s Encrypt are free, so that is...

The post Issuing Let’s Encrypt certificates on your pfSense using ACME! appeared first on Geek is the Way!.

]]>
https://geekistheway.com/2020/06/25/issuing-lets-encrypt-certificates-on-your-pfsense-using-acme/feed/ 9 239