[RAPPS] Add new Let's Encrypt issuer certificate

CORE-19666
This commit is contained in:
Mark Jansen 2024-07-18 19:33:35 +02:00
parent c6298321a3
commit 7f31cdc18f
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

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