Certificate Manager overview
    • PDF

    Certificate Manager overview

    • PDF

    Article Summary

    Available in Classic and VPC

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

    security-security-15-1_architecture_ko

    Certificate Manager provides the following 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 (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 (Classic/VPC Load Balancer, and Global Edge)
    • Provide certificate information: various information is provided about the certificate to effectively manage certificates
    • Certificate expiration notification: send notifications (SMS/Email) every 5 days starting 30 days before the expiration date of the registered certificate

    About Certificate Manager user guide

    Certificate Manager provides integrated services in Korea, U.S. Hong Kong, Singapore, Japan and Germany regions. The service details are identical for each region. Please find the following table of contents and the description to use the Certificate Manager smoothly.

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

    Check FAQs first.

    You can get your questions answered quickly by referring to the answers in the FAQs before reading the user guide. If you haven't found the answer to your question in the FAQs below, then search the user guide 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. An error occurs while registering an external certificate: "The certificate is invalid."

    ClassificationDescription
    CauseEntered an invalid authentication path in Certificate Body
    SolutionRefer to Register certificate chain and enter the correct authentication path of the certificate which you want to register

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

    Q. After applying the issued certificate, I cannot connect to the JAVA application.

    • When communicating between servers (e.g., REST API) in a JAVA-based application environment, a root certificate must be installed on the client side to operate properly. Please use it after installing the root certificate by referring to Certificate Compatibility and Root Certificate Installation.

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.