- Mitglied seit
- 16. Aug 2016
- Beiträge
- 3
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo an alle!
Ich möchte ein Let's Encrypt Zertifikat für meine NAS haben. Dazu habe ich schon folgendes getan:
Allerdings kann ich irgendwie immer noch kein Let's Encrypt Zertifikat erstellen. Zum debuggen habe ich folgendes mal auf der Kommandozeile ausgeführt:
Ist das Problem bekannt?
Ich möchte ein Let's Encrypt Zertifikat für meine NAS haben. Dazu habe ich schon folgendes getan:
- Port 80 / 443 im Router freigeschaltet
- WebStation installiert
- Firewall deaktiviert
- curl http://nas.domain.com funktioniert. Siehe hier: https://paste.ee/p/ZmpWj
- curl https://nas.domain.com funktioniert (aber halt das Standardzertifikat von Synology). Siehe hier: https://paste.ee/p/sKr8B
- Eigene Domain (domain.com)
Allerdings kann ich irgendwie immer noch kein Let's Encrypt Zertifikat erstellen. Zum debuggen habe ich folgendes mal auf der Kommandozeile ausgeführt:
Rich (BBCode):
root@mynas:~# syno-letsencrypt new-cert -d nas.domain.com -m mail@domain.com -vv
[...]
DEBUG: Curl Reply: [403][HTTP/1.1 100 Continue
Expires: Wed, 10 Aug 2016 20:57:25 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
HTTP/1.1 403 Forbidden
Server: nginx
Content-Type: application/problem+json
Content-Length: 168
Boulder-Request-Id: kk9VDDDCew0CzsF5SRFASDFFF1C8Gw7QQlIc
Boulder-Requester: 1234561
Replay-Nonce: SASDMGr5BM7xh_kkkm1BK-ASDDDF94laand6ef8
Expires: Wed, 10 Aug 2016 20:57:25 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Wed, 10 Aug 2016 20:57:25 GMT
Connection: close
{
"type": "urn:acme:error:unauthorized",
"detail": "Error creating new cert :: Authorizations for these names not found or expired: nas.domain.com",
"status": 403
}]
{ "error": 200, "msg": "new-cert: Unexpect httpcode. (new-cert)", "file": "client.cpp:575"}
Ist das Problem bekannt?