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

Generate Certificate for Subdomains of Subdomains #38

Open
cdric0701 opened this issue Oct 23, 2024 · 0 comments
Open

Generate Certificate for Subdomains of Subdomains #38

cdric0701 opened this issue Oct 23, 2024 · 0 comments

Comments

@cdric0701
Copy link

Hello,

I am trying to generate a self-signed SSL certificate that supports subdomains of subdomains, such as sub1.sub2.example.com.
However, I am encountering a warning (on the browser) when using the following command:

self-signed-ssl --no-interaction -c 'US' -s 'California' -l 'Los Angeles' -o 'Example Org' -u 'Example Unit' -n 'example.com' -a '*.*.example.com'

The certificate works for *.example.com (if I generate for *.example.com) but fails to cover subdomains like sub1.sub2.example.com.

Is it possible to generate a certificate with self-signed-ssl that supports subdomains of subdomains? If so, could you please provide guidance on how to properly configure the command to achieve this?

Thank you!

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

1 participant