General Steps to fix the SSL certificate error

ARTIFACTORY: How to add custom SSL certificates to an Artifactory pod using Helm charts

AuthorFullName__c
Shisiya Sebastian
articleNumber
000005905
ft:sourceType
Salesforce
FirstPublishedDate
2023-11-08T18:12:05Z
lastModifiedDate
2023-11-06
VersionNumber
1
  1. Copy the certificate to a .crt file
  2. Add the .crt to the trusted store and update the CA certificates

For Ubuntu or Debian:
cp my-custom.crt /usr/local/share/ca-certificates/my-custom.crt
update-ca-certificates 

For CentOS or Redhat or Fedora:
cp my-custom.crt /etc/pki/ca-trust/source/anchors/
update-ca-trust extract