You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
* Add support for wildcard domains if you implement the IDnsChallengeProvider interface
5
+
6
+
* Add support for wildcard domains by using DNS challenges to validate domain ownership
7
+
* See https://github.com/natemcmaster/LettuceEncrypt#when-using-dns-01 for details.
8
+
6
9
* Add option (#279) and API (#281) to configure additional valid issuers
7
-
* This is done by configuring certificates as strings. These are passed to certes internally when verifying the issuer
8
-
* Those certificates must be parseable by https://github.com/bcgit/bc-csharp/blob/830d9b8c7bdfcec511bff0a6cf4a0e8ed568e7c1/crypto/src/x509/X509CertificateParser.cs#L20
9
-
* For details, see https://github.com/fszlin/certes/blob/ffa00c6061b49de17901df0cd997cc7531e1607e/src/Certes/Pkcs/PfxBuilder.cs#L66
10
+
* This is done by configuring certificates as strings. These are passed to certes internally when verifying the issuer.
11
+
Those certificates must be parseable by https://github.com/bcgit/bc-csharp/blob/830d9b8c7bdfcec511bff0a6cf4a0e8ed568e7c1/crypto/src/x509/X509CertificateParser.cs#L20
12
+
For details, see https://github.com/fszlin/certes/blob/ffa00c6061b49de17901df0cd997cc7531e1607e/src/Certes/Pkcs/PfxBuilder.cs#L66
0 commit comments