During ACS install, generating secure keys, where is the keystore created?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2021 01:55 PM
during ACS installation, I am generating secure keys for SSL communication. I did a cd into ssl-tool-win folder and ran
run.cmd
If I try to run it again, it says "Keystores folder is not empty, skipping generation process..."
I think I need to run the script again, but can't find where keystore is created to remove it.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2021 11:16 PM
Keystore directory gets created by default in same folder where "run.cmd" file exists. Have a look at run.cmd script using below given lines.
https://github.com/Alfresco/alfresco-ssl-generator/blob/master/ssl-tool-win/run.cmd#L199
https://github.com/Alfresco/alfresco-ssl-generator/blob/master/ssl-tool-win/run.cmd#L238
(ACSCE, AWS SAA, Azure Admin)
