keystonejs/keystone-classic
Automated letsencrypt issuing bad certificate - Fake LE Root X1
Offen
#4.660 geöffnet am 18.06.2018
4.x candidatehelp wantedquestion
Repository-Metriken
- Stars
- (14.656 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Expected behavior
Valid letsencrypt certificate should be issued.
Actual/Current behavior
An invalid certificate is issued by Fake LE Root X1
Steps to reproduce the actual/current behavior
- Set
NODE_ENV=productionin.env - Add
letsencryptconfig as per this article. - Run keystone
- Load in browser, no green padlock as certificate is invalid.
If I manually generate the certificate with certbot, then move the keys over, everything works properly.
Environment
| Software | Version |
|---|---|
| Keystone | 4.0.0-beta.5 |
| Node | v6.12.3 |
| Ubuntu | 16.04 |