add safe removal tls_store
This commit is contained in:
parent
3f8d78b0bb
commit
2ed082f67f
|
@ -4,7 +4,8 @@
|
||||||
# Source:
|
# Source:
|
||||||
# https://opensearch.org/docs/latest/security-plugin/configuration/generate-certificates/#sample-script
|
# https://opensearch.org/docs/latest/security-plugin/configuration/generate-certificates/#sample-script
|
||||||
|
|
||||||
mkdir tls_store
|
rm -rf tls_store
|
||||||
|
mkdir -p tls_store
|
||||||
TLS_DN="/C=CA/ST=OPENSEARCH/L=NODE/O=OPENSEARCH/OU=FTS"
|
TLS_DN="/C=CA/ST=OPENSEARCH/L=NODE/O=OPENSEARCH/OU=FTS"
|
||||||
|
|
||||||
# Root CA
|
# Root CA
|
||||||
|
|
Loading…
Reference in New Issue