| *Domain https:// | ( x.com ) | |
| UnitName: | ||
| Department(OU): | ( IT Dept ) | |
| *Province(S): | ( Zhejiang ) | |
| *City(L): | ( Hangzhou ) | |
| *Country(C): |
| |
| Encryption Algorithm: | 选择加密算法 | |
| Encryption Bit Number: |
| |
| Signature Algorithm: |
| |
| Email(E): | 输入常用邮箱 | |
When enabling HTTPS encryption for a website, the CSR is the sole link between your server and the Certificate Authority (CA):
openssl req -new -newkey...) and quickly fill out a form via a visual interface.This site's tool simplifies complex cryptographic operations into three intuitive steps:
| Field Name | Abbreviation | Example | Notes |
|---|---|---|---|
| Common Name | CN | www.thissite.com |
Must be the exact domain name for the certificate. |
| Organization | O | Beijing Tech Ltd |
It is recommended to use the English name matching the business license. |
| Organizational Unit | OU | IT / Security |
Optional, typically the department name. |
| Country Code | C | CN |
Must be a two-letter ISO standard code. |
| Email Address | admin@thissite.com |
Used by some CAs for identity verification. |