QuoteACMEv1 is deprecated and you can no longer get certificates from this endpoint. Please use the ACMEv2 endpoint, you may need to update your ACME client software to do so. Visit https://community.letsencrypt.org/t/end-of-life-pl... for more information.
QuoteCannot request challenges - No Key ID in JWS header(400).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Connecting to https://acme-v02.api.letsencrypt.org/acme/new-order
$VAR1 = {
'reason' => 'Bad Request',
'status' => '400',
'success' => '',
'content' => '{
"type": "urn : ietf : params : acme : error : malformed", <-- hier musste ich Blanks einfügen, weil die Forumsoftware sonst einen Absturz hat
"detail": "No Key ID in JWS header",
"status": 400
}',
'url' => 'https://acme-v02.api.letsencrypt.org/acme/new-order',
'protocol' => 'HTTP/1.1',
'headers' => {
'connection' => 'keep-alive',
'date' => 'Fri, 06 Aug 2021 09:18:27 GMT',
'replay-nonce' => '0002SHFmxPnz1LajrfgdtE_gDDlqh5CxGsOQw4BqrcriXUk',
'content-length' => '108',
'link' => '<https://acme-v02.api.letsencrypt.org/directory>;rel="index"',
'cache-control' => 'public, max-age=0, no-cache',
'content-type' => 'application/problem+json',
'server' => 'nginx'
}
};
Cannot request challenges - No Key ID in JWS header(400).
2021-08-07T08:32:50 GwenDragonSo wie ich das verstehe, fehlt da im JSON was du sendest das key.
2021-08-07T12:03:49 styx-ccNein alles ist gut.wenn das zu schlechter Stil ist einfach nur einen link zu posten, bitte bescheid geben.
2021-08-07T12:03:49 styx-ccDas hatte ich auch schon gefunden, kann damit aber nichts anfangen.
2021-08-07T12:03:49 styx-ccIm Vorletzten wird ein ClusterIssuer neu erzeugt. Was ist das und wofür und wo und wie? Das sagt mir absolut gar nichts. Hast dazu jemand einen Tipp?insbesondere den (vor)letzten Beitrag
2021-08-07T12:03:49 styx-ccDer Client an sich ist ein eigenes Script was das CPAN Paket Crypt::LE nutzt.Edit: Bzw. du hast einen selbst geschriebenen Clienten geupdate so wie ich das auf die Schnelle verstanden habe - was aber in der Konsequenz zum gleichen Problem führen kann
1
2
3
4
5
6
7
8
9
# Crypt::LE provides le.pl
le.pl $MAKE_IT_LIVE \
--generate-missing \
--key account.key \
--csr domain.csr \
--csr-key domain.key \
--crt domain.crt \
--domains "$DOMAINS" \
--path "$CHALLENGE_DIR"