Skip to content

Commit

Permalink
Fix comment in default_cert.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Aug 6, 2024
1 parent 8d4ab22 commit 67bbc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/include/proxy/default_cert.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 67bbc55

Please sign in to comment.