From 67bbc55dbc7af93432694e462bb8695f001e670d Mon Sep 17 00:00:00 2001 From: Jackarain Date: Tue, 6 Aug 2024 19:49:24 +0800 Subject: [PATCH] Fix comment in default_cert.hpp --- proxy/include/proxy/default_cert.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/include/proxy/default_cert.hpp b/proxy/include/proxy/default_cert.hpp index d15efff0fc..092464c5eb 100644 --- a/proxy/include/proxy/default_cert.hpp +++ b/proxy/include/proxy/default_cert.hpp @@ -14,7 +14,7 @@ inline std::string_view default_root_certificates() { // from https://curl.se/docs/caextract.html - // usage: xxd -i cacert-2023-12-12.pem + // usage: xxd -i cacert-2024-07-02.pem static const unsigned char cacert_2024_07_02_pem[] = { 0x23, 0x23, 0x0a, 0x23, 0x23, 0x20, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x43, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20,