Persist to disk

This commit is contained in:
melkypie 2021-08-12 12:07:34 +03:00
parent c542dec92a
commit e05d2bee57

View File

@ -108,6 +108,7 @@ f5_bigip_tmsh() {
cert-key-chain replace-all-with { ACME { cert ${_next_cert} key ${_next_key} chain ${_next_chain} } } cert-key-chain replace-all-with { ACME { cert ${_next_cert} key ${_next_key} chain ${_next_chain} } }
fi fi
fi fi
${TMSH_CMD} save sys config
} }
f5_bigip_cleanup() { f5_bigip_cleanup() {