Bill Seddon
Bill Seddon
If someone has the time to create a mechanism to add records to the OVH name servers, it still requires access to a valid customer key, access key and secret...
I also experienced this problem. The issue for me was that the LE intermediate certificate (Let's Encrypt Authority X1) was not in my intermediate certificates store. So I downloaded this...
Make sure you have issued the Update-ACMECertificate command. When you issue the command Get-ACMEVault what do you see? My guess is that that output will show a blank where the...
I saw a similar message opening the ACMESharp source in VS2013. The problem does not exist for me in VS 2015. Maybe you have a similar problem.
When you download and open the ACMESharp source in VS 2015 do you see the same message? If not it may be an opportunity to compare the project file of...
You didn't mention if you are able to compile and execute the ACMESharp source OK. It's hard to help without a case that can be reproduced. I'm not having problems...
Usually this error occurs when a user specifies the domains as member of the -AlternativeIdentifierRefs parameter. The Submit-ACMECertificate command expects this parameter will be passed an array of ACMESharp IdentifierRef...
Hi Nathan It's hard to tell. For the the New-ACMECertificate command to work with SANs of dns2 and dns3 you will have had to created and validated identifiers for dns2...
I can't tell from the screenshots if you have used the command New-ACMECertificate for multinamecert10. If you did not issue this command (for example: New-ACMECertificate dns1 -Generate -Alias multinamecert10) then...
It certainly seems like it should work. What happens if you try the command: New-ACMECertificate dns1 -Generate -AlternativeIdentifierRefs @('dns3','dns1') -Alias multiNameCert10 When you issue the command: Get-ACMECertificate The aliases shown...