Skip to content

Commit 1732032

Browse files
committed
lets-encrypt-acme-client.js
refactor some methods /root │ ├── /error │ ├── 404.html │ └── 500.html │ ├── /ssl │ ├── /module │ │ ├── /crypt │ │ ├── /jose │ │ └── lets-encrypt-acme-client.js │ │ │ ├── acmeKeys │ ├── private-key.pem │ └── certificate.pem │ ├── /website │ └── index.html <---- Your website goes here │ ├── node.exe ├── server-ssl.js └── start-windows.bat
1 parent aeeac65 commit 1732032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Production servers can use and renew `Lets Encrypt 90 Day Certificates` automati
2323
./start-windows.bat --cert="your-certificate.pem" --pk="your-private-key.pem"
2424
```
2525

26-
[![](https://i.imgur.com/GCmY2E2.png)](https://github.com/FirstTimeEZ/responsive)
26+
[![](https://i.imgur.com/7nvH9nT.png)](https://github.com/FirstTimeEZ/responsive)
2727

2828
Your browser may warn you the certificate is self signed, this is normal.
2929

0 commit comments

Comments
 (0)