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 6f0040c commit 941ee6bCopy full SHA for 941ee6b
crates/stackable-webhook/src/tls/cert_resolver.rs
@@ -107,7 +107,7 @@ impl CertificateResolver {
107
108
/// FIXME: This should *not* construct a CA cert and cert, but only a cert!
109
/// This needs some changes in stackable-certs though.
110
- /// See https://github.com/stackabletech/decisions/issues/56
+ /// See [the relevant decision](https://github.com/stackabletech/decisions/issues/56)
111
async fn generate_new_cert(
112
subject_alterative_dns_names: Arc<Vec<String>>,
113
) -> Result<(Certificate, Arc<CertifiedKey>)> {
0 commit comments