Merge branch 'update-ca-attributes' of ssh://github.com/TinCanTech/easy-rsa into TinCanTech-update-ca-attributes
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
commit
915d52c598
@ -1354,7 +1354,8 @@ Unable to create necessary PKI files (permissions?)"
|
|||||||
done
|
done
|
||||||
printf "" > "$EASYRSA_PKI/index.txt" || \
|
printf "" > "$EASYRSA_PKI/index.txt" || \
|
||||||
die "$err_msg"
|
die "$err_msg"
|
||||||
printf "" > "$EASYRSA_PKI/index.txt.attr" || \
|
attrib='unique_subject = no'
|
||||||
|
printf '%s\n' "$attrib" > "$EASYRSA_PKI/index.txt.attr" || \
|
||||||
die "$err_msg"
|
die "$err_msg"
|
||||||
printf '%s\n' "01" > "$EASYRSA_PKI/serial" || \
|
printf '%s\n' "01" > "$EASYRSA_PKI/serial" || \
|
||||||
die "$err_msg"
|
die "$err_msg"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user