Skip to content
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

Closed
DonOtuseGH opened this issue Apr 28, 2022 · 3 comments
Closed

multiple SAN attributes not working #86

DonOtuseGH opened this issue Apr 28, 2022 · 3 comments

Comments

@DonOtuseGH
Copy link

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 and subjectAltName=DNS:wiki.example.com. Could you please verify and solve this?

Thank you!

@mathiasertl
Copy link
Owner

Hi @DonOtuseGH ,

Thanks for your report (and for the other two), I'm checking on them now.

kr, Mat

@mathiasertl
Copy link
Owner

I've fixed the issue in main, the next release will include a fix. Thanks for your report!

@DonOtuseGH
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants