Project

General

Profile

Actions

Feature #28294

closed

add possibiliy to add ssl-stuff with the name

Added by Patrick Thyen about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Hammer
Target version:
Fixed in Releases:

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
...

Actions

Also available in: Atom PDF