File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,13 @@ function _truststore_help() {
2525 echo " pull-ca-key <ca> - Pull the certificate authority private key"
2626 echo " pull-client <env> - pull the files needed for a client connection"
2727 echo " pull-server <env> - pull the files needed for a server connection"
28+ echo " pull-all <env> - pull all the truststore files for an environment"
29+ echo " push-all <env> - push all the truststore files for an environment"
2830 echo " rotate-ca <env> - rotate the certificate authority, archiving the previous one"
29- echo " rotate-client <env> - rotate the client certificate, archiving the previous one"
31+ echo " rotate-cert <env> - rotate the client certificate, archiving the previous one"
3032 echo " disable-archived-ca <env> - disable an archived certificate authority"
3133 echo " restore-archived-ca <env> - restore an archived certificate authority"
32- echo " restore-archived-client <env> - restore an archived client certificate"
34+ echo " restore-archived-cert <env> - restore an archived client certificate"
3335 echo
3436}
3537
You can’t perform that action at this time.
0 commit comments