You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The file "Lets_Encrypt_pmd-code.org_2023-03-02.pem" contains the private key, the certificate
24
+
Note: The file "Lets_Encrypt_pmd-code.org_2023-09-30.pem" contains the private key, the certificate
25
25
and intermediate certificates.
26
26
27
27
Note: with openssl 3, the option `-legacy` is required in order to use the pkcs12 keystore with java8.
@@ -45,7 +45,7 @@ Decrypt it via:
45
45
Signing the jar manually via `jarsigner` is difficult, since it changes the jar file and the p2 repo metadata
46
46
fails with the wrong checksum. Therefore jarsigning is integrated via [maven-jarsigner-plugin](https://maven.apache.org/plugins/maven-jarsigner-plugin/). See also <https://stackoverflow.com/questions/7956267/tycho-jar-signing>.
47
47
48
-
Note: The Let's Encrypt certificate expires in Mai 2023. But while signing a digital timestamp is created
48
+
Note: The Let's Encrypt certificate expires in November 2023. But while signing a digital timestamp is created
49
49
using [DigiCert's Timestamp Server](https://knowledge.digicert.com/generalinformation/INFO4231.html). That's
50
50
why the signature is valid longer than the certificate.
0 commit comments