Certificate
#2243
OLIVIER COMBE | Uncategorized
Requirement: How to regenerate DemoIdentity.jks and DemoTrust.jks file for weblogic Solution: 1. Regenerate DemoIdentity.jks We can use below commands to regenerate DemoIdentity.jks Source: How to regenerate DemoIdentity.jks and DemoTrust.jks – Learn IAM
Cacert, Certificate, HTTPS, Keystore, ssl, weblogic
#2230
In order to fix the issue with the expiration of Comodo/Sectigo CA the following actions must be done on some legacy devices/software: Link to Cross-signed certificate: https://comodoca.my.salesforce.com/sfc/p/#1N000002Ljih/a/3l000000VbAR/r5xd1JISSRVHeYpuB5yWee1XcPZeIVFHFx_iWXmT5M8 Link to Interlediate Comodo CA: https://comodoca.my.salesforce.com/sfc/p/1N000002Ljih/a/1N0000000wpS/Z.rh3MmrSwuG4jT0Q64QpdfbP7Y3.HX2txjSo7katcM This solved the issue. For GIT/IntelliJ issue: Please update git client Windows: https://gitforwindows.org/ Linux: For Linux: Centos/Redhat7: Run as root: Ubuntu: Run […]
Certificate, security
#2105
#extract the certificate to a pem file #extract the key to another pem file #Import the the certificate into JDKs cacerts keystore cURL HTTPS with client certificate :
Certificate, ssl
#190
Run the following OpenSSL command to generate your private key and public certificate. Answer the questions and enter the Common Name when prompted. Review the created certificate: Combine your key and certificate in a PKCS#12 (P12) bundle: Validate your P2 file.
apache, Certificate, linux, security, ssl