-
Notifications
You must be signed in to change notification settings - Fork 43
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
multiple SAN attributes not working #86
Comments
Hi @DonOtuseGH , Thanks for your report (and for the other two), I'm checking on them now. kr, Mat |
mathiasertl
added a commit
that referenced
this issue
May 8, 2022
mathiasertl
added a commit
that referenced
this issue
May 8, 2022
I've fixed the issue in main, the next release will include a fix. Thanks for your report! |
Hi Mat, do you have a schedule for the next release? BR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
using the django-ca cli (latest docker image) i realised, that it's not possible to create certificates with multiple SAN attributes. Only the lastest
--alt
parameter value seems to be used:$ manage sign_cert --alt www.example.com --alt wiki.example.com --csr certs/www.csr --out certs/www.pem
which results in a certificates with subject
CN=wiki.example.com
andsubjectAltName=DNS:wiki.example.com
. Could you please verify and solve this?Thank you!
The text was updated successfully, but these errors were encountered: