milestone 10: doh and dot listeners, cert store with hot reload and cert reload api
This commit is contained in:
Vendored
+5
@@ -7,3 +7,8 @@ pub const key_pem: [:0]const u8 = @embedFile("self_signed_key.pem");
|
||||
|
||||
/// A well-formed private key that does not belong to `cert_pem`.
|
||||
pub const mismatched_key_pem: [:0]const u8 = @embedFile("mismatched_key.pem");
|
||||
|
||||
/// A second, distinct self-signed pair (same profile as the first) so
|
||||
/// certificate-reload tests can swap between two valid identities.
|
||||
pub const cert2_pem: [:0]const u8 = @embedFile("self_signed_cert2.pem");
|
||||
pub const key2_pem: [:0]const u8 = @embedFile("self_signed_key2.pem");
|
||||
|
||||
Reference in New Issue
Block a user