-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current naming scheme may be confusing:
keystores/
├── alfresco
│ ├── keystore
│ ├── ssl.keystore
│ └── ssl.truststore
├── client
│ └── browser.p12
├── solr
│ ├── ssl-repo-client.keystore
│ └── ssl-repo-client.truststore
└── zeppelin
├── ssl-repo-client.keystore
└── ssl-repo-client.truststore
Improvement
Simplify naming to avoid confusions:
keystore>>metadata.keystoressl.keystore>>repo.keystoressl.truststore>>repo.truststoressl-repo-client.keystore>>solr.keystoressl-repo-client.truststore>>solr.truststore
Additionally internal alias naming may be revisited.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request