Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Oct 10, 2024
1 parent da7a566 commit 88c0932
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main/java/jenkins/test/https/SelfSignedCertificates.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@

/**
* A utility class to generate self-signed certificates.
* <ul>
* <li>A root CA
* <li>An intermediate CA signed by the root CA
* </ul>
* Then you can generate user certificates for a given DNS name signed by the intermediate CA.
* <p>Use static method {@link #createRootCAs()} to generate a root CA.
* <p>Then you can generate user certificates for a given DNS name signed by the intermediate CA.
* @param root The root CA certificate and key pair.
* @param intermediate The intermediate CA certificate and key pair.
*
* @see #createRootCAs()
* @see #createUserCert(String, CertificateKeyPair)
Expand Down

0 comments on commit 88c0932

Please sign in to comment.