Added step to restart OS after applying security changes (#1315)
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com> Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
This commit is contained in:
parent
faeb90bb05
commit
1867336096
|
@ -421,6 +421,7 @@ Now that TLS certificates are installed and demo users were removed or assigned
|
|||
# You can omit the environment variable if you declared this in your $PATH.
|
||||
OPENSEARCH_JAVA_HOME=/path/to/opensearch-{{site.opensearch_version}}/jdk ./securityadmin.sh -cd /path/to/opensearch-{{site.opensearch_version}}/config/opensearch-security/ -cacert /path/to/opensearch-{{site.opensearch_version}}/config/root-ca.pem -cert /path/to/opensearch-{{site.opensearch_version}}/config/admin.pem -key /path/to/opensearch-{{site.opensearch_version}}/config/admin-key.pem -icl -nhnv
|
||||
```
|
||||
1. Stop and restart the running OpenSearch process to apply the changes.
|
||||
|
||||
### Verify that the service is running
|
||||
|
||||
|
|
Loading…
Reference in New Issue