-
Print
-
PDF
Certificate Manager overview
-
Print
-
PDF
Available in Classic and VPC
Certificate Manager is a service that enables you to register and manage certificates in linked services (Load Balancer, CDN+, etc.).
A variety of features Certificate Manager offers
Please see below for detailed descriptions about the variety of features that Certificate Manager offers.
- Certificate registration and service linking: The public SSL certificate can be registered and applied to linked services (Load Balancer, CDN+, etc.)
- Providing certificate information: Certificates can be efficiently managed, since various information on the registered certificate is provided.
- Certificate expiration notification: A notification (SMS/e-mail) is sent every 5 days, from 30 days before the expiration date of the registered certificate.
About Certificate Manager guide
Certificate Manager provides an integrated service in Korea, U.S., Hong Kong, Singapore, Japan, and Germany region. The content of the services provided in theses region are the same. Please check the following table of contents and their details for smooth use of Certificate Manager.
- Certificate Manager overview: Introduction to Certificate Manager, related resources helpful for the use, and FAQ
- Prerequisites for using Certificate Manager: Introduction to the requirements for using Certificate Manager, and pricing plan
- Certificate Manager scenario: Introduction to overall Certificate Manager usage process
- Getting started with Certificate Manager: Introduction to requesting subscription to Certificate Manager and unsubscription
- Using Certificate Manager: Introduction to using Certificate Manager
- Certificate List: Introduction to registering and managing certificates, and troubleshooting certificate registration errors.
- Notification Setting: Introduction to setting notification recipients
- Managing Certificate Manager permissions: Introduction to managing permissions for Certificate Manager Cloud Log Analytics using Sub Account
- Certificate Manager glossary: Introduction to important terms and their descriptions in using Certificate Manager
- Certificate Manager release notes: Update history of Certificate Manager guide
Certificate Manager related resources
NAVER Cloud Platform provides a variety of related resources as well as the guide to help customers better understand Certificate Manager. If you are a developer or marketer in need of detailed information while you are considering adopting Certificate Manager or establishing data related policies, then please make good use of the resources below.
-
Improvement in comprehension and usage methods for Certificate Manager
- Certificate Manager API Guide: API usage methods for Certificate Manager developers
- Introduction to the Certificate Manager blog: Introduction to Certificate Manager on the official blog of NAVER Cloud Platform
- Ncloud Use Environment Guide: Guide to the VPC and Classic environment and what is supported
- Introduction to Pricing, Characteristics, and Features: Summary of Certificate Manager pricing system, characteristics and features of Certificate Manager
- Latest Service News: Latest news related to Certificate Manager
- FAQ: Frequently asked questions by Certificate Manager users
- Contact us: Send direct inquiries in case of any unresolved questions that aren't answered by the guides.
-
Guides for linked services of Certificate Manager
- Sub Account Guide: How to use Sub Account that helps Certificate Manager management and operation permissions management
- Resource Manager Guide: How to view and manage certificates registered in Certificate Manager
- Load Balancer Guide: How to create HTTPS protocol application Load Balancer using the certificate registered in Certificate Manager
- CDN+ Guide: How to apply for HTTPS protocol CDN+ using the certificate registered in Certificate Manager
- Image Optimizer Guide: How to create a project with HTTPS protocol CDN setting using the certificate registered in Certificate Manager
Check FAQs first.
You can get your questions answered quickly by referring to the FAQ before reading the guide. If you haven't found the answer to your question in the FAQ below, then search the guide for what you would like to know.
Q. What should I do to view the certificate file using openssl?
- You can view the PEM file by executing the following command.
- Command to check the
.pem
certificate fileopenssl x509 -noout -text -in certificate.pem
- Command to check the
- PKCS #7 files or CRT files can be viewed after converted to PEM files through the following command.
-
Command to convert a PKCS #7 (
.p7b
) file to a PEM (.pem
) fileopenssl pkcs7 -print_certs -in certificate.p7b -out certificate.cer
-
Command to convert a CRT(
.crt
) file to a PEM(.pem
) fileopenssl x509 -in cert.crt -out cert.pem
-