Certificate Manager overview

Prev Next

Available in Classic and VPC

Certificate Manager is a service that allows you to issue, register, and manage certificates for use in associated services (such as Load Balancer and CDN+).

security-security-15-1_architecture_ko

Certificate Manager features

Certificate Manager provides the following features:

  • Certificate registration and service integration: you can register a public SSL/TLS certificate and apply it to associated services (such as Classic/VPC Load Balancer, CDN+, and Global Edge).
  • Certificate issuance and service integration: you can have a public SSL/TLS certificate issued and apply it to associated services (such as Classic/VPC Load Balancer, and Global Edge).
  • Provision of certificate information: various information is provided about the certificate to efficiently manage certificates.
  • Certificate expiration notification: send notifications (SMS/Email) every 5 days starting 30 days before the expiration date of the registered certificate.

Certificate Manager user guides

Certificate Manager is available in Korea, U.S., Singapore, Japan, and Germany Regions, and the same service is provided in each Region. This guide will walk you through the information you need to start using Certificate Manager.

Certificate Manager related resources

NAVER Cloud Platform provides a variety of related resources as well as user guides to help you better understand Certificate Manager. If you are a developer or marketer in need of detailed information while you are considering adopting Certificate Manager for your company or establishing data related policies, then make good use of the following resources:

FAQs

You can have your questions answered quickly by referring to the answers in the FAQs before reading the user guides. If you haven't found the answer to your question in the following FAQs, then search the user guides for what you would like to know.

Q. How do I view a certificate file using OpenSSL?

  • You can run the following commands to check your PEM file:
    • Commands to check a .pem certificate file.
      openssl x509 -noout -text -in certificate.pem
      
  • PKCS #7 files or CRT files can be checked after converting them to PEM files with the following commands:
    • Commands to convert PKCS #7 (.p7b) file to PEM (.pem) file.

      openssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer
      
    • Commands to convert CRT (.crt) file to PEM (.pem) file.

      openssl x509 -in cert.crt -out cert.pem
      

Q. While registering an external certificate, an error occurs: "The certificate is invalid."

Type Description
Cause Entered an invalid authentication path in Certificate Body.
Solution Refer to Register certificate chain and enter the correct authentication path of the certificate which you want to register.

Q. I want to issue an Advanced certificate, but entering a CSR is required. How can I create a CSR?
Since July 17, 2025, a step for entering a CSR during the issuance of an Advanced certificate has been added. After issuing the certificate, register a private key to use the certificate in NAVER Cloud Platform. For more information on how to create CSR, see Create CSR.

Q. I am curious about the status and impact of the compatibility of the issued certificate.