We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca17ba2 commit 930053cCopy full SHA for 930053c
src/SSLCert.hpp
@@ -27,6 +27,7 @@
27
#define HTTPS_SERVER_ERROR_CERTGEN_NAME 0x17
28
#define HTTPS_SERVER_ERROR_CERTGEN_SERIAL 0x18
29
#define HTTPS_SERVER_ERROR_CERTGEN_VALIDITY 0x19
30
+#define HTTPS_SERVER_ERROR_CERTGEN_CN 0x1a
31
32
#endif // !HTTPS_DISABLE_SELFSIGNING
33
@@ -165,6 +166,8 @@ enum SSLKeySize {
165
166
* would be:
167
* CN=myesp.local,O=acme,C=US
168
*
169
+ * The subjectAltName is extracted from the CN component of the distinguished name.
170
+ *
171
* The strings validFrom and validUntil have to be formatted like this:
172
* "20190101000000", "20300101000000"
173
0 commit comments