[RAPPS] Add new Let's Encrypt issuer certificate

CORE-19666
This commit is contained in:
Mark Jansen
2024-07-18 21:59:14 +02:00
parent c6298321a3
commit 7f31cdc18f
+2 -2
View File
@@ -52,8 +52,8 @@
#include "unattended.h"
#ifdef USE_CERT_PINNING
#define CERT_ISSUER_INFO_OLD "US\r\nLet's Encrypt\r\nLet's Encrypt Authority X3"
#define CERT_ISSUER_INFO_NEW "US\r\nLet's Encrypt\r\nR3"
#define CERT_ISSUER_INFO_OLD "US\r\nLet's Encrypt\r\nR3"
#define CERT_ISSUER_INFO_NEW "US\r\nLet's Encrypt\r\nR11"
#define CERT_SUBJECT_INFO "rapps.reactos.org"
#endif