diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index fded6f8..6ca1e4b 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1865,8 +1865,8 @@ up23_create_new_pki () up23_verbose ">> Copy database to NEW PKI .." # Failure for these is not optional - # DO NOT DELETE - Files ignored: index.txt.old - for i in index.txt serial serial.old ca.crt index.txt.attr + # Files ignored: index.txt.old serial.old + for i in index.txt serial ca.crt index.txt.attr do cp "$KEY_DIR/$i" "$EASYRSA_PKI" \ || up23_fail_upgrade "Failed to copy $KEY_DIR/$i to $EASYRSA_PKI"