Skip to content

Commit 6e58a03

Browse files
peter-bodendupondje
authored andcommitted
packaging: remove obsolete aes256 flag
The `-aes256` flag is ignored by `openssl pkcs12 export`. We remove it and fall back to the default, which we assume is secure enough, and will stay more up-to-date while algorythms evolve. Signed-off-by: Peter Boden <[email protected]>
1 parent 9904245 commit 6e58a03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packaging/bin/pki-enroll-pkcs12.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ enroll() {
6868
-out "${pkcs12}" \
6969
-passin "pass:${pass}" \
7070
-passout "pass:${pass}" \
71-
-aes256 \
7271
|| die "Cannot create PKCS#12"
7372

7473
return 0

0 commit comments

Comments
 (0)