I need a solution
Hello all,
I'm trying to create a certificate for the enforce server following this guide
https://support.symantec.com/us/en/article.tech221433.html
I'm stuck on the following step to generate a chained cert file in pkcs#7
- Generate a CSR file
\SymantecDLP\jre\bin\keytool -certreq -alias tomcat -keyalg RSA -keystore .keystore -storepass protect -file "VontuEnforce.csr"
- Send VontuEnforce.csr to CA admin, so they can generate a chained cert file in PKCS#7 format.
0