Browse Source

Persist to disk

pull/3650/head
melkypie 3 years ago
parent
commit
e05d2bee57
  1. 1
      deploy/f5_bigip.sh

1
deploy/f5_bigip.sh

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

Loading…
Cancel
Save