Hi! I have successfully configured access via Duck DNS on an previous Raspberry Pi Hass.io setup.
Having endless problems on a new/current setup.
This is my Config:
{
“lets_encrypt”: {
“accept_terms”: true,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”
},
“token”: “MY TOKEN”,
“domains”: [
“https://MY URL.duckdns.org”
],
“seconds”: 300
}
And this is my Log:
INFO: Using main config file /data/workdir/config
- Generating account key…
- Registering account key with ACME server…
- Done!
Thu Nov 29 11:06:21 SAST 2018: KO
INFO: Using main config file /data/workdir/config
- Creating chain cache directory /data/workdir/chains
Processing https://MY URL.duckdns.org - Creating new directory /data/letsencrypt/https://MY URL.duckdns.org …
- Signing domains…
- Generating private key…
- Generating signing request…
end of string encountered while processing type of subject name element #1
problems making Certificate Request
Thu Nov 29 11:11:44 SAST 2018: KO
Thu Nov 29 11:16:45 SAST 2018: KO
Thu Nov 29 11:21:47 SAST 2018: KO
Any/all help/advice/guidance would be most welcome, please!