PKISharp / ACMESharpCore

An ACME v2 client library for .NET Standard (Let's Encrypt)
MIT License
325 stars 72 forks source link

Changed the type of ExternalAccountRequired property to bool #56

Open shibayan opened 3 years ago

shibayan commented 3 years ago

Since the value of the ExternalAccountRequired property is specified as boolean, it has been changed to bool? to take null into account.

externalAccountRequired | boolean https://www.iana.org/assignments/acme/acme.xhtml#acme-directory-metadata-fields