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

Certificate case sensitive #360

Open
u-clarkdeveloper opened this issue Nov 17, 2018 · 0 comments
Open

Certificate case sensitive #360

u-clarkdeveloper opened this issue Nov 17, 2018 · 0 comments

Comments

@u-clarkdeveloper
Copy link

When getting a certificate I have tried lowercase and uppercase
e.g.
New-ACMEIdentifier -Dns myserver.example.com -Alias dns1
New-ACMEIdentifier -Dns MYSERVER.EXAMPLE.COM -Alias dns2

When I download the certificate it is always lowercase

I've tried adding dns2 as an alternative, but the certificate issued still has lowercase.

You probably wonder why I care about case. We are using the certificate for remote desktop services (RDS). When you setup RDS it always capitalizes the FQDN's. When you try to remote the server it tries to confirm if the remote computer is the same as the certificate. If the case is not the same you get a warning.

Is there anyway to get the certificate issued to an all upppercase FQDN?

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