Skip to content

Commit c7326de

Browse files
committed
server-ssl.js
- [x] You can now generate `Wild Card Certificates` if you are using `Cloud Flare` for `DNS` 📦[email protected] - [x] Implemented `DNS-01` Challenge - [x] Implemented `Cloud Flare DNS Provider`
1 parent 0a6bfec commit c7326de

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Then to generate the certificate add a wildcard to the apex, eg. `*.ssl.boats`
9393
--domains=['*.ssl.boats'] --staging
9494
```
9595

96+
[![](https://i.imgur.com/XA82Kt7.gif)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
97+
9698
--------
9799

98100
### Always Redirect HTTP to HTTPS

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "server-ssl",
33
"author": "FirstTimeEZ",
4-
"version": "43.0.1",
4+
"version": "43.0.2",
55
"description": "Configurable SSL Server that runs on Node.js which can be used for development or production and can create and renew Lets Encrypt Certificates automatically using ACME",
66
"main": "template; do not import; read the Getting Started of the README, maybe you want to use: lets-encrypt-acme-client",
77
"type": "module",

0 commit comments

Comments
 (0)