We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da5588 commit 758202fCopy full SHA for 758202f
crates/stackable-webhook/src/tls/mod.rs
@@ -72,7 +72,7 @@ pub struct TlsServer {
72
impl TlsServer {
73
/// Create a new [`TlsServer`].
74
///
75
- /// This create a [`CertificateResolver`] with the provided `subject_alterative_dns_names`,
+ /// This creates a [`CertificateResolver`] with the provided `subject_alterative_dns_names`,
76
/// which takes care of the certificate rotation. Afterwards it create the [`ServerConfig`],
77
/// which let's the [`CertificateResolver`] provide the needed certificates.
78
#[instrument(name = "create_tls_server", skip(router))]
0 commit comments