My domain is: managedstorage.douganconsulting.com
I ran this command: .\ACMESharp.ps1
It produced this output:
Id : 0d0797a0-5291-4444-90a0-63616e717c66
Alias :
Label :
Memo :
BaseService : LetsEncrypt
BaseUri : https://acme-v01.api.letsencrypt.org/
Signer :
PkiTool :
GetInitialDirectory : True
UseRelativeInitialDirectory : True
ServerDirectory : {[init, /directory], [directory, /directory], [new-reg, /acme/new-reg], [recover-reg, /recover-reg]…}
Proxy :
ProviderProfiles :
InstallerProfiles :
Registrations : {56f1006c-d5de-4d14-ab27-56af66c7d82d}
Identifiers : {00c64ccc-4d2d-4f50-9a50-f958e8384b98}
Certificates : {ff6a7ce1-ee2d-4afc-b549-add960bd717e, 97f4a8a0-b7eb-4062-add1-38b7dfb5fd9a}
IssuerCertificates : {[0A0141420000015385736A0B85ECA708, ACMESharp.Vault.Model.IssuerCertificateInfo]}
New-AcmeIdentifier : An item with the same key has already been added.
At C:\Users\Administrator.DCG\Documents\ACMESharp.ps1:37 char:5
-
New-AcmeIdentifier -Dns $domain -Alias $alias
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : NotSpecified: (
[New-ACMEIdentifier], ArgumentException
- FullyQualifiedErrorId : System.ArgumentException,ACMESharp.POSH.NewIdentifier
- CategoryInfo : NotSpecified: (
Complete-ACMEChallenge : no challenge found matching requested type
Parameter name: challengeType
At C:\Users\Administrator.DCG\Documents\ACMESharp.ps1:40 char:5
-
Complete-ACMEChallenge $alias -ChallengeType http-01 -Handler iis ...
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : NotSpecified: (
[Complete-ACMEChallenge], ArgumentOutOfRangeException
- FullyQualifiedErrorId : System.ArgumentOutOfRangeException,ACMESharp.POSH.CompleteChallenge
- CategoryInfo : NotSpecified: (
Submit-ACMEChallenge : no challenge found matching requested type
At C:\Users\Administrator.DCG\Documents\ACMESharp.ps1:43 char:5
-
Submit-ACMEChallenge $alias -ChallengeType http-01
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : NotSpecified: (
[Submit-ACMEChallenge], ArgumentException
- FullyQualifiedErrorId : System.ArgumentException,ACMESharp.POSH.SubmitChallenge
- CategoryInfo : NotSpecified: (
Update-ACMEIdentifier : no challenge found matching requested type
Parameter name: type
At C:\Users\Administrator.DCG\Documents\ACMESharp.ps1:46 char:5
-
Update-ACMEIdentifier $alias -ChallengeType http-01
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : NotSpecified: (
[Update-ACMEIdentifier], ArgumentOutOfRangeException
- FullyQualifiedErrorId : System.ArgumentOutOfRangeException,ACMESharp.POSH.UpdateIdentifier
- CategoryInfo : NotSpecified: (
Update-ACMEIdentifier : no challenge found matching requested type
Parameter name: type
At C:\Users\Administrator.DCG\Documents\ACMESharp.ps1:47 char:5
-
Update-ACMEIdentifier $alias -ChallengeType http-01
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : NotSpecified: (
[Update-ACMEIdentifier], ArgumentOutOfRangeException
- FullyQualifiedErrorId : System.ArgumentOutOfRangeException,ACMESharp.POSH.UpdateIdentifier
- CategoryInfo : NotSpecified: (
Id : 123ff9fe-c34c-49e0-b50c-80cf46c29cf7
Alias : managedstorage2018-10-28–10-07
Label :
Memo :
IdentifierRef : 00c64ccc-4d2d-4f50-9a50-f958e8384b98
IdentifierDns : managedstorage.douganconsulting.com
AlternativeIdentifierDns :
KeyPemFile :
CsrPemFile :
GenerateDetailsFile : 123ff9fe-c34c-49e0-b50c-80cf46c29cf7-gen.json
CertificateRequest :
CrtPemFile :
CrtDerFile :
IssuerSerialNumber :
SerialNumber :
Thumbprint :
Signature :
SignatureAlgorithm :
RevokedAt :
Submit-ACMECertificate : Error creating new cert :: authorizations for these names not found or expired: managedstorage.douganconsulting.com
At C:\Users\Administrator.DCG\Documents\ACMESharp.ps1:54 char:1
- Submit-ACMECertificate $certname
-
+ CategoryInfo : PermissionDenied: (ACMESharp.Vault.Model.CertificateInfo:CertificateInfo) [Submit-ACMECertificate], AcmeWebException + FullyQualifiedErrorId : urn:acme:error:unauthorized (403),ACMESharp.POSH.SubmitCertificate
update-AcmeCertificate : Certificate has not been submitted yet; cannot update status
At C:\Users\Administrator.DCG\Documents\ACMESharp.ps1:57 char:1
- update-AcmeCertificate $certname
-
+ CategoryInfo : NotSpecified: (:) [Update-ACMECertificate], Exception + FullyQualifiedErrorId : System.Exception,ACMESharp.POSH.UpdateCertificate
Press Enter to continue…:
Get-ACMECertificate : Cannot export PKCS12; private hasn’t been imported or generated
At C:\Users\Administrator.DCG\Documents\ACMESharp.ps1:62 char:1
- Get-ACMECertificate $certname -ExportPkcs12 $pfxfile
-
+ CategoryInfo : NotSpecified: (:) [Get-ACMECertificate], InvalidOperationException + FullyQualifiedErrorId : System.InvalidOperationException,ACMESharp.POSH.GetCertificate
My web server is (include version): IIS version 10
The operating system my web server runs on is (include version): Server 2016
My hosting provider, if applicable, is: N/A
I can login to a root shell on my machine (yes or no, or I don’t know): Yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): No
I created the cert and installed it a couple of months ago. I got an email from your bot that it is coming due for renewal, so I tried to run the ACME Sharp script with the results above.
Thanks for any assistance you can provide.
Des