Constant LETSENCRYPT_ROOT

Source
const LETSENCRYPT_ROOT: &[u8] = b"0\x82\x02\x1b0\x82\x01\xa1\xa0\x03\x02\x01\x02\x02\x10A\xd2\x9d\xd1r\xea\xee\xa7\x80\xc1,l\xe9/\x87R0\n\x06\x08*\x86H\xce=\x04\x03\x030O1\x0b0\t\x06\x03U\x04\x06\x13\x02US1)0\'\x06\x03U\x04\n\x13 Internet Security Research Group1\x150\x13\x06\x03U\x04\x03\x13\x0cISRG Root X20\x1e\x17\r200904000000Z\x17\r400917160000Z0O1\x0b0\t\x06\x03U\x04\x06\x13\x02US1)0\'\x06\x03U\x04\n\x13 Internet Security Research Group1\x150\x13\x06\x03U\x04\x03\x13\x0cISRG Root X20v0\x10\x06\x07*\x86H\xce=\x02\x01\x06\x05+\x81\x04\x00\"\x03b\x00\x04\xcd\x9b\xd5\x9f\x80\x83\n\xec\tJ\xf3\x16J>\\\xcfw\xac\xdeg\x05\r\x1d\x07\xb6\xdc\x16\xfbZ\x8b\x14\xdb\xe2q`\xc4\xbaE\x95\x11\x89\x8e\xea\x06\xdf\xf7*\x16\x1c\xa4\xb9\xc5\xc52\xe0\x03\xe0\x1e\x82\x188\x8b\xd7E\xd8\njn\xe6\x00w\xfb\x02Q}\"\xd8\nn\x9a[w\xdf\xf0\xfaA\xec9\xdcu\xcah\x07\x0c\x1f\xea\xa3B0@0\x0e\x06\x03U\x1d\x0f\x01\x01\xff\x04\x04\x03\x02\x01\x060\x0f\x06\x03U\x1d\x13\x01\x01\xff\x04\x050\x03\x01\x01\xff0\x1d\x06\x03U\x1d\x0e\x04\x16\x04\x14|B\x96\xae\xdeKH;\xfa\x92\xf8\x9e\x8c\xcfm\x8b\xa9r7\x950\n\x06\x08*\x86H\xce=\x04\x03\x03\x03h\x000e\x020{yNFP\x84\xc2D\x87F\x1bEp\xffX\x99\xde\xf4\xfd\xa4\xd2U\xa6 -t\xd64\xbcA\xa3P_\x01\'V\xb4\xbe\'u\x06\xaf\x12.u\x98\x8d\xfc\x021\x00\x8b\xf5wl\xd4\xc8e\xaa\xe0\x0b,\xee\x14\x9d\'7\xa4\xf9S\xa5Q\xe4)\x83\xd7\xf8\x901[B\x9f\n\xf5\xfe\xae\x00h\xe7\x8cI\x0f\xb6o[[\x15\xf2\xe7";
Available on (crate features native-tls or rustls) and (crate features async-std or tokio) and crate feature rustls only.
Expand description

Root certificate for Let’s Encrypt, downloaded 27 February 2025. We don’t actually use this certificate for anything here! We only have it here because the WebPkiServerVerifier requires that the RootCertStore is nonempty.

The presence of this certificate should be considered a kludge.