...
The keystore service should be set up to store the secrets (in the example for the CE repository):
CE.keystoreservice.type = pkcs12
CE.keystoreservice.pkcs12.name = ce-ks.p12
CE.keystoreservice.pkcs12.path = C:/autodigittiacore/config/CE
The keystore can be created in different ways:
Automatically with tia core Sap HTTP (ContentServer) (when storing certificates with keystore type pkcs12_storage)
Manually using a tool from kgs (autodigittiacore-create-keystore.jar). See: /wiki/spaces/WIKI/pages/2678521857
...