File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
rust/operator-binary/src/crd Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ pub fn add_cert_to_trust_store_cmd(
478478) -> Vec < String > {
479479 let truststore = format ! ( "{destination_directory}/truststore.p12" ) ;
480480 vec ! [ format!(
481- "if [ -f {truststore} ]; then cert-tools generate-pkcs12-truststore --pkcs12 {truststore}:{store_password} --pem {cert_file} --out {truststore} --out-password {store_password}; else cert-tools generate-pkcs12-truststore --pem {cert_file} --out {truststore} --out-password {store_password}; fi" // "cert-tools generate-pkcs12-truststore --pkcs12 {truststore}:{store_password} --pem {cert_file} --out {truststore} --out-password {store_password}"
481+ "if [ -f {truststore} ]; then cert-tools generate-pkcs12-truststore --pkcs12 {truststore}:{store_password} --pem {cert_file} --out {truststore} --out-password {store_password}; else cert-tools generate-pkcs12-truststore --pem {cert_file} --out {truststore} --out-password {store_password}; fi"
482482 ) ]
483483}
484484
You can’t perform that action at this time.
0 commit comments