-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SAN certs (multiple domains) #9
Comments
Actually, it is already added and works fine for me. Each domain needs to be authorized individually. After that, create a CSR with SAN of all domains. You can use the CSRBuilder (in the acme4j-utils module) for that: CSRBuilder csrb = new CSRBuilder(); I have successfully retrieved SAN certs that way. |
Awesome! Thank you! You could probably even just copy paste this and add it to the docs :-) Great work BTW! Small single-purpose library. Solves one problem and solves it well. Almost no dependencies and great documentation. This is how things should be 👍 |
The example was copied from the docs... ;-) But indeed, I could explain a little more how to get SAN certs. |
I had actually read that page and somehow missed it. Sorry about the trouble and thanks again! |
No trouble at all! Thank you for your positive feedback! |
No description provided.
The text was updated successfully, but these errors were encountered: