Skip to content

Commit

Permalink
Added SAN value for Browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-123-git committed May 29, 2022
1 parent ca17ba2 commit 930053c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SSLCert.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#define HTTPS_SERVER_ERROR_CERTGEN_NAME 0x17
#define HTTPS_SERVER_ERROR_CERTGEN_SERIAL 0x18
#define HTTPS_SERVER_ERROR_CERTGEN_VALIDITY 0x19
#define HTTPS_SERVER_ERROR_CERTGEN_CN 0x1a

#endif // !HTTPS_DISABLE_SELFSIGNING

Expand Down Expand Up @@ -165,6 +166,8 @@ enum SSLKeySize {
* would be:
* CN=myesp.local,O=acme,C=US
*
* The subjectAltName is extracted from the CN component of the distinguished name.
*
* The strings validFrom and validUntil have to be formatted like this:
* "20190101000000", "20300101000000"
*
Expand Down

0 comments on commit 930053c

Please sign in to comment.