Add renew_cert() to op_test.sh

Signed-off-by: Richard Bonhomme <tincanteksup@gmail.com>
This commit is contained in:
Richard Bonhomme 2019-01-27 18:40:49 +00:00
parent c7b8ffb701
commit 64417dac68
No known key found for this signature in database
GPG Key ID: D7D49FA009D95091

View File

@ -409,10 +409,7 @@ show_cert ()
renew_cert ()
{
# https://github.com/OpenVPN/easy-rsa/pull/286
vverbose "Todo: renew_cert"
return 0
newline 1
STEP_NAME="renew $REQ_name nopass"
action
}
@ -487,6 +484,7 @@ create_pki ()
REQ_name="c01"
build_full
show_cert
renew_cert
revoke_cert
REQ_type="server"