I’m using the ACMESharp Quick Start guide and have hit an issue - I’m getting an error when I enter the HTTP Challenge:
PS C:\Users\Administrator.DCG> New-ACMEIdentifier -Dns managedstorage.douganconsulting.com -Alias managedstorage
IdentifierPart : ACMESharp.Messages.IdentifierPart
IdentifierType : dns
Identifier : managedstorage.douganconsulting.com
Uri : https://acme-v01.api.letsencrypt.org/acme/authz/d7KQeCX3SgxADUegoG6GieQlcFZj7i8GCXW0zdR3uUM
Status : pending
Expires : 2018-08-23 5:34:58 PM
Challenges : {, , }
Combinations : {2, 1, 0}
PS C:\Users\Administrator.DCG> Complete-ACMEChallenge managedstorage -ChallengeType http-01 -Handler iis -HandlerParameters @{ WebSiteRef = ‘Default Web Site’ }
Complete-ACMEChallenge : Invalid URI: The URI scheme is not valid.
At line:1 char:1
- Complete-ACMEChallenge managedstorage -ChallengeType http-01 -Handler …
-
+ CategoryInfo : NotSpecified: (:) [Complete-ACMEChallenge], UriFormatException + FullyQualifiedErrorId : System.UriFormatException,ACMESharp.POSH.CompleteChallenge
I don’t understand the error - I have followed the steps in the guide, but am clearly missing something. Can anyone shed light on where I’ve gone wrong?
Thanks,
Des