Add renew_cert() to op_test.sh
Signed-off-by: Richard Bonhomme <tincanteksup@gmail.com>
This commit is contained in:
parent
c7b8ffb701
commit
64417dac68
@ -409,10 +409,7 @@ show_cert ()
|
|||||||
|
|
||||||
renew_cert ()
|
renew_cert ()
|
||||||
{
|
{
|
||||||
# https://github.com/OpenVPN/easy-rsa/pull/286
|
newline 1
|
||||||
vverbose "Todo: renew_cert"
|
|
||||||
return 0
|
|
||||||
|
|
||||||
STEP_NAME="renew $REQ_name nopass"
|
STEP_NAME="renew $REQ_name nopass"
|
||||||
action
|
action
|
||||||
}
|
}
|
||||||
@ -487,6 +484,7 @@ create_pki ()
|
|||||||
REQ_name="c01"
|
REQ_name="c01"
|
||||||
build_full
|
build_full
|
||||||
show_cert
|
show_cert
|
||||||
|
renew_cert
|
||||||
revoke_cert
|
revoke_cert
|
||||||
|
|
||||||
REQ_type="server"
|
REQ_type="server"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user