Skip to content

Commit 6f0040c

Browse files
committed
link to decision
1 parent 3f8e744 commit 6f0040c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/stackable-webhook/src/tls/cert_resolver.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ impl CertificateResolver {
107107

108108
/// FIXME: This should *not* construct a CA cert and cert, but only a cert!
109109
/// This needs some changes in stackable-certs though.
110+
/// See https://github.com/stackabletech/decisions/issues/56
110111
async fn generate_new_cert(
111112
subject_alterative_dns_names: Arc<Vec<String>>,
112113
) -> Result<(Certificate, Arc<CertifiedKey>)> {

0 commit comments

Comments
 (0)