xiaoyuyao commented on a change in pull request #2000:
URL: https://github.com/apache/ozone/pull/2000#discussion_r595517926
##########
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java
##########
@@ -416,4 +418,7 @@ private OzoneConsts() {
// CRL Sequence Id
public static final String CRL_SEQUENCE_ID_KEY = "CRL_SEQUENCE_ID";
+
+ public static final String SCM_CA_PATH = "ca";
+ public static final String SCM_CA_CERT_STORAGE_DIR = "scm";
Review comment:
Do we differentiate the primary scm root and the the scm ca metadata
locations? Are they all stored under {metadir}/ca/scm/keys (or certs)?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]