当前位置:网站首页>Is the validity period of the root certificate as long as the server SSL certificate?
Is the validity period of the root certificate as long as the server SSL certificate?
2022-07-24 18:23:00 【Racent_ Y】
In the solution root certificate and server SSL You have to know what they are before the certificate is valid .
What is a root certificate ?
Root certificate means CA Issued by the agency SSL The core of the certificate , It's the starting point of the chain of trust . Every browser has a root Library , Some browsers use their own root certificate Library , Some browsers use third-party root certificate libraries . The root certificate library is a collection of pre loaded root certificates when downloading the client browser . Therefore, the root certificate is very important , Because it ensures that the browser automatically trusts those signed with the private key SSL certificate .
What is a server SSL certificate ?
SSL Server certificate It is a digital certificate configured on the server , It obeys SSL agreement , Through a trusted digital certification authority CA, Issue after the server authentication passes , It has the functions of server authentication and data transmission encryption .
CA The organization will not directly use the root certificate issuance server SSL certificate , Because this operation has risks . If an error occurs and the root certificate needs to be revoked , Then each certificate signed with the root certificate will not be trusted . So the intermediate certificate is created .CA Have many intermediate certificates , But the number of root certificates is relatively limited , Xiaobian guess is also for the convenience of management 、 And store it in browsers and devices .
Root certificate and SSL How long is the certificate valid ?

( Screenshot of the validity period of root certificate and intermediate certificate )
We check the validity of the website security certificate , Generally, you can directly click the security lock next to the address bar to see the website SSL The validity of the certificate .
But check this SSL The validity period of the root certificate and Intermediate Certificate in the certificate chain , It can be used SSL Certificate testing Tools , You can see the complete certificate chain information , Including the length of their validity . Pictured above ,AAA Certificate Services The validity of the root certificate is about 10 year , Intermediate certificates are also 10 year , The remaining duration is attached . And the server used by the final website SSL The validity period of the certificate is 1 A little over a year . Why 1 A little over a year ? The reason lies in CA/B The latest regulations of the Forum SSL The validity period of the certificate cannot exceed 398 God , part CA yes 1 The term of validity of years , Then there was a gift 30 Days , such as sslTrus.
Either way CA Issued by SSL certificate , Both the root certificate and the intermediate certificate are valid longer than the final SSL Length of certificate . The validity period of root certificate and intermediate certificate is generally 10 year , and SSL The validity period of the certificate is 1 year , To shorten the SSL The purpose of the validity of the certificate is to improve the security of the website . This is also the server SSL The function of certificate !
边栏推荐
- Baidu touch.js
- 继承与派生
- Sword finger offer 21. adjust the array order so that odd numbers precede even numbers
- Introduction and use of Pinia
- Matlab simulation of drawing circle on sphere
- Pytoch's journey 1: linear model
- 【“码”力全开,“章”显实力】2022年第1季Task挑战赛贡献者榜单
- XSS bypass pose summary
- Example of single table query in ORM student management system
- How to solve the problem that yaml in idea is unrecognized or red?
猜你喜欢

无关的表进行关联查询及null=null条件

Sword finger offer 21. adjust the array order so that odd numbers precede even numbers

Wechat applet

安装JumpServer

下拉列表组件使用 iScroll.js 实现滚动效果遇到的坑

Flink operation Hudi data table
Go to bed capacity exchange

The 5th Digital China Construction summit opened in Fuzhou, Fujian

7. Character coding?

6126. 设计食物评分系统
随机推荐
Simulation implementation vector
JumpServer的使用
web渗透经验汇总ing
Icml2022 Best Paper Award: learning protein reverse folding from millions of predicted structures
How to quickly upload files to Google Lab
Alibaba /1688 API instructions for searching products by map (pailitao)
JMeter -- prometheus+grafana server performance visualization
Sword finger offer 21. adjust the array order so that odd numbers precede even numbers
【obs】依赖库: x264 vs 构建
球面上绘制圆matlab仿真
odoo中的bom理解
redis集群的三种方式
关于接口的写法 1链式判读 ?. 2方法执行 (finally)一定会执行
Alibaba /166 obtains the API instructions for all products in the store
Array object methods commonly used traversal methods & higher-order functions
2. JS variable type conversion, automatic conversion, manual conversion, what is the difference between parseint(), parsefloat(), number()?
安装JumpServer
ORM introduction and database operation
Template inheritance and import
Go language interface and type