PKISharp / ACME-PS

PowerShell module supporting ACME v2 certificate management
MIT License
104 stars 31 forks source link

[Improvement] Allow DirectoryUrl to be passed to revocation, to omit the state object #118

Open glatzert opened 3 years ago

glatzert commented 3 years ago

Currently revocation needs the state object, since it contains needed urls and the nonce. This could be alliviated, to make future use simpler (might as well add the url to the certificate, if possible).