Questions tagged [ibm-certificate-manager]

9 questions
2
votes
1 answer

IBM Cloud: Tasks after migration of a certificate from Certificate Manager to Secrets Manager?

I have migrated a certificate from IBM Cloud Certificate Manager to Secrets Manager. Now I have the same certificate in both Certificate Manager and Secrets Manager. What should I do now to use the certificate from only Secrets Manager?
0
votes
1 answer

TLS error of self-signed certificate when using certificates and key from IBM Certificate Manager

I have created a certificate using IBM Certificate Manager which provides me with a cert.pem, cert.key and cert_intermediate.pem files. I'm including them in a NodeJS app using the request library. I take the files, convert them to a single string…
Troy
  • 188
  • 8
0
votes
1 answer

How to create callback URL in ordering certificates from IBM certificate manager?

I needs to order certificate in IBM certificate manager from another dns provider(google domains).In this process, how to create callback url to validate the domain.
Mithun
  • 110
  • 1
  • 9
0
votes
1 answer

IBM Cloud Certificate Manager: Unable to retrieve list of certificates using the curl command

I'm following the cert manager documentation but cannot seem to successfully run the curl commands. The doc gives an example regarding how to retrieve a list of certs: curl -H "Authorization: Bearer IAM-token"…
Louise
  • 3
  • 1
0
votes
1 answer

Generate key and CSR in IBM Cloud

For a custom application on IBM Cloud, I need to be able to generate private key and CSR in IBM Cloud. Is there a service in IBM Cloud which would allow me to generate a private key & CSR in service itself? I checked the certificate manager & key…
0
votes
1 answer

Convert PKCS7 certificate to PKCS12 in JAVA

I need to convert PKCS7 certificate to PKCS12. I got function which return PKCS7 certificate format and in order to put this certificate to IBM certificate manager I need to convert this certificate to PKCS12 PEM format. Do you have any idea how to…
0
votes
1 answer

Import certificate to Certificate Manager (beta) on IBM-Cloud with REST Post function

I'm trying to import a certificate to my Certificate Manager service on IBM-Cloud. I always get this response { "code": "CRTERR400-01", "message": "There is something wrong with the content of your certificate" } The body of JSON looks like this ->…
0
votes
1 answer

IBM Cloud Certificate Manager: Unable to retrieve a list of certificates

Trying to GET a list of certificates from my IBM Cloud Certificate Manager service instance fails with: { "code": "COMERR400-03", "message": "Invalid parameter value", "additionalInfo": { "field": "instance_id" } } I used this Swagger…
Idan Adar
  • 44,156
  • 13
  • 50
  • 89
-1
votes
3 answers

CLoud certificate-manager vs SSL service

Can you please help in understanding the below concerns w.r.t IBM Cloud Certificate manager service:- 1) How does the IBM CLoud certificate manager stores the certificates behind the scenes? Is there any HSM or something else which act as a backend…
vicky
  • 1