Feature #28294
closedadd possibiliy to add ssl-stuff with the name
Description
With the command: "hammer repository create|update" you can add ssl-stuff only with the ID.
With the gpg-keys it is possible to add them via the name.
Please add the possibility to add them via the name, too.
(And there is a little typo in the description for --ssl-ca-cert-id)
Suggestion:
Before:
...
--ssl-ca-cert-id SSL_CA_CERT_ID Idenifier of the SSL CA Cert
--ssl-client-cert-id SSL_CLIENT_CERT_ID Identifier of the SSL Client Cert
--ssl-client-key-id SSL_CLIENT_KEY_ID Identifier of the SSL Client Key
...
After:
...
--ssl-ca-cert-id SSL_CA_CERT_ID Numeric identifier of the SSL CA Cert
--ssl-ca-cert SSL_CA_CERT_NAME SSL CA Cert name to search by
--ssl-client-cert-id SSL_CLIENT_CERT_ID Numeric identifier of the SSL Client Cert
--ssl-client-cert SSL_CLIENT_CERT_NAME SSL Cert name to search by
--ssl-client-key-id SSL_CLIENT_KEY_ID Numeric identifier of the SSL Client Key
--ssl-client-key SSL_CLIENT_KEY_NAME SSL KEY name to search by
...