Skip to content

Commit 69fc4e9

Browse files
sbernaueradwk67
andauthored
Update rust/operator-binary/src/command.rs
Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>
1 parent 7c2384b commit 69fc4e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub fn container_prepare_args(
4747

4848
// Create truststore that will be used when talking to external tools like S3
4949
// It will be populated from the system truststore so that connections against public services like AWS S3 are still possible
50-
// FIXME: *Technically* we should only add the system truststore in case any webPki usage is detected, wether that's in
50+
// FIXME: *Technically* we should only add the system truststore in case any webPki usage is detected, whether that's in
5151
// S3, LDAP, OIDC, FTE or whatnot.
5252
args.push(format!("cert-tools generate-pkcs12-truststore --pem /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem --out {STACKABLE_CLIENT_TLS_DIR}/truststore.p12 --out-password {STACKABLE_TLS_STORE_PASSWORD}"));
5353

0 commit comments

Comments
 (0)