47 lines
2.3 KiB
Markdown
47 lines
2.3 KiB
Markdown
# Import-certificates-for-DND-resource-providers_688996312
|
|
## Validating DND Resource Provider
|
|
|
|
While creating or updating a provider, the following validations are performed
|
|
|
|
- **For HTTPS connection -** Provider URL and SSL Certificate. The certificate should be in PEM format (base64).
|
|
|
|
On successful validation, the provider is created.
|
|
|
|
In case of validation failure, the following message is displayed.
|
|
|
|
**The provider information you have entered couldn't be validated successfully. This is most likely due to an invalid/unreachable URL or an untrusted provider certificate. Continue anyway?**
|
|
|
|
Select **No** to correct the values. Perform the following corrective steps -
|
|
|
|
**For HTTPS connection**
|
|
|
|
- Connect to control plane node and mount <config-volume> NFS volume on any directory (/mnt). Go to directory /mnt/../<config-volume>/certificate/cmp/source. Verify if SSL certificate is available in the directory. The certificate should be in PEM format (base64).
|
|
- If SSL certificate isn't present, perform the following steps.
|
|
- Obtain the SSL certificate from your provider. Connect to control plane node and copy the provider SSL certificate in the shared folder <config-volume>/certificate/cmp/source.
|
|
- Delete and restart pod using the following commands.
|
|
|
|
**kubectl scale deployment itom-cmp-config-controller -n <namespace> --replicas=0**
|
|
|
|
**kubectl scale deployment itom-cmp-config-controller -n <namespace> --replicas=1**
|
|
|
|
**kubectl scale deployment itom-dnd-controller -n <namespace> --replicas=0**
|
|
|
|
**kubectl scale deployment itom-dnd-controller -n <namespace> --replicas=1**
|
|
|
|
**Related pages**
|
|
|
|
- Page:
|
|
[ESM Cloud Farm Version Tracking](/display/ICSD/ESM+Cloud+Farm+Version+Tracking)
|
|
- Page:
|
|
[How to get an Opentext Confluence account](/display/ICSD/How+to+get+an+Opentext+Confluence+account)
|
|
- Page:
|
|
[ITOM APM AppPluse Cloud Farm Information](/display/ICSD/ITOM+APM+AppPluse+Cloud+Farm+Information)
|
|
- Page:
|
|
[ITOM Cloud Service Ops Doc Management Process](/display/ICSD/ITOM+Cloud+Service+Ops+Doc+Management+Process)
|
|
- Page:
|
|
[ITOM ESM Cloud Service Catalog](/display/ICSD/ITOM+ESM+Cloud+Service+Catalog)
|
|
- Page:
|
|
[ITOM OpsB NOM Cloud Service Catalog](/display/ICSD/ITOM+OpsB+NOM+Cloud+Service+Catalog)
|
|
- Page:
|
|
[OpsB and NOM Cloud Deployments Version Tracking](/display/ICSD/OpsB+and+NOM+Cloud+Deployments+Version+Tracking)
|