#
letsEncryptSSL
title: Let's Encrypt Free Wildcard SSL Certificate label: Let's Encrypt Free Wildcard SSL Certificate order: 100 authors:
- name: Charl Cronje email: charl@webally.co.za link: https://blog.webally.co.za avatar: https://assets.webally.co.za/avatars/darker.jpg edit: repo: "https://github.com/charlpcronje/setup.docs.devserv.me/edit/" base: /src branch: main label: Edit on GitHub editor: enabled: false favicon: favicon.png links:
- text: Projects Portfolio link: https://webally.co.za/projects
- text: Wiki, Tips and Docs link: https://docs.webally.co.zao.za
- text: Resume link: https://cv.webally.co.za
- text: LinkedIn link: https://www.linkedin.com/in/charlpcronje
- text: GitHub link: https://github.com/charlpcronje
- text: Upwork Profile link: https://www.upwork.com/freelancers/~01ccb1439024ec9c50 footer: copyright: "webAlly © Copyright . All rights reserved."---
#
Via NginX Proxy Manager
Here is the problem I'm facing... I want to have multi-level sub-domains for examele
*.docs.webally.co.za
I would have thought a wildcard certificate for webally.co.za would be sufficient, but it is not. A wildcard certificate for webally.co.za only covers *.webally.co.za
and not for *.docs.webally.co.za
So to get past this problem I need more wildcard certificates and I don't want to pay for them. So this is how:
- The easiest way is to install NginX Proxy Manager
- From there you can click on Add Proxy Host
- On The SSL tab, Select request SSL Certificat
- Either complete DNS Challenge or enter email address. But you can't request a wildcard certificat without DNS Chanllenge and my host
ionos.com
don't give out API keys for free
#
Via Acme PHP
Acme PHP is available as a single PHAR file to download on Github. For security purposes, this PHAR file is signed using OpenSSL to ensure you are using a valid Acme PHP binary.