-
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.keystore
ssl.keystore
>>repo.keystore
ssl.truststore
>>repo.truststore
ssl-repo-client.keystore
>>solr.keystore
ssl-repo-client.truststore
>>solr.truststore
Additionally internal alias naming may be revisited.
binduwavell
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request