Skip to content

Commit dc582f5

Browse files
committed
[NRL-1700] Fix up issues with truststore help
1 parent 1dc7b8d commit dc582f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/truststore.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)