Skip to content

Commit

Permalink
f (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: raffaelespazzoli <[email protected]>
  • Loading branch information
raffaelespazzoli committed Feb 10, 2022
1 parent c55ca62 commit 2878c9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func (r *SecretToKeyStoreReconciler) getKeyStoreFromSecret(secret *corev1.Secret
CreationTime: creationTime,
PrivateKey: p.Bytes,
CertificateChain: certs,
}, []byte{})
}, []byte(getPassword(secret)))

if err != nil {
r.Log.Error(err, "unable to set private key entry")
Expand Down

0 comments on commit 2878c9a

Please sign in to comment.