Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
d1739eb2
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
大约 1 年 前同步成功
通知
9
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
d1739eb2
编写于
5月 13, 2004
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
make update
上级
2faa930b
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
33 addition
and
9 deletion
+33
-9
apps/openssl-vms.cnf
apps/openssl-vms.cnf
+33
-9
未找到文件。
apps/openssl-vms.cnf
浏览文件 @
d1739eb2
...
@@ -3,8 +3,13 @@
...
@@ -3,8 +3,13 @@
# This is mostly being used for generation of certificate requests.
# This is mostly being used for generation of certificate requests.
#
#
# This definition stops the following lines choking if HOME isn't
# defined.
HOME = .
RANDFILE = $ENV::HOME/.rnd
RANDFILE = $ENV::HOME/.rnd
oid_file = $ENV::HOME/.oid
# Extra OBJECT IDENTIFIER info:
#oid_file = $ENV::HOME/.oid
oid_section = new_oids
oid_section = new_oids
# To use this configuration file with the "-extfile" option of the
# To use this configuration file with the "-extfile" option of the
...
@@ -29,22 +34,35 @@ default_ca = CA_default # The default ca section
...
@@ -29,22 +34,35 @@ default_ca = CA_default # The default ca section
####################################################################
####################################################################
[ CA_default ]
[ CA_default ]
dir = sys\$disk:[.demoCA # Where everything is kept
dir = sys\$disk:[.demoCA
# Where everything is kept
certs = $dir.certs] # Where the issued certs are kept
certs = $dir.certs] # Where the issued certs are kept
crl_dir = $dir.crl] # Where the issued crl are kept
crl_dir = $dir.crl] # Where the issued crl are kept
database = $dir]index.txt # database index file.
database = $dir]index.txt # database index file.
new_certs_dir = $dir.newcerts] # default place for new certs.
#unique_subject = no # Set to 'no' to allow creation of
# several ctificates with same subject.
new_certs_dir = $dir.newcerts] # default place for new certs.
certificate = $dir]cacert.pem # The CA certificate
certificate = $dir]cacert.pem # The CA certificate
serial = $dir]serial. # The current serial number
serial = $dir]serial. # The current serial number
crlnumber = $dir]crlnumber. # the current crl number
# must be commented out to leave a V1 CRL
crl = $dir]crl.pem # The current CRL
crl = $dir]crl.pem # The current CRL
private_key = $dir.private]cakey.pem# The private key
private_key = $dir.private]cakey.pem# The private key
RANDFILE = $dir.private].rand # private random number file
RANDFILE = $dir.private].rand # private random number file
x509_extensions = usr_cert # The extentions to add to the cert
x509_extensions = usr_cert # The extentions to add to the cert
# Comment out the following two lines for the "traditional"
# (and highly broken) format.
name_opt = ca_default # Subject Name options
cert_opt = ca_default # Certificate field options
# Extension copying option: use with caution.
# copy_extensions = copy
# Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
# Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs
# so this is commented out by default to leave a V1 CRL.
# so this is commented out by default to leave a V1 CRL.
# crlnumber must also be commented out to leave a V1 CRL.
# crl_extensions = crl_ext
# crl_extensions = crl_ext
default_days = 365 # how long to certify for
default_days = 365 # how long to certify for
...
@@ -86,16 +104,19 @@ distinguished_name = req_distinguished_name
...
@@ -86,16 +104,19 @@ distinguished_name = req_distinguished_name
attributes = req_attributes
attributes = req_attributes
x509_extensions = v3_ca # The extentions to add to the self signed cert
x509_extensions = v3_ca # The extentions to add to the self signed cert
# This sets the permitted types in a DirectoryString. There are several
# Passwords for private keys if not present they will be prompted for
# options.
# input_password = secret
# output_password = secret
# This sets a mask for permitted string types. There are several options.
# default: PrintableString, T61String, BMPString.
# default: PrintableString, T61String, BMPString.
# pkix : PrintableString, BMPString.
# pkix : PrintableString, BMPString.
# utf8only: only UTF8Strings.
# utf8only: only UTF8Strings.
# no
bmp : PrintableString, T61String (no BMP
Strings).
# no
mbstr : PrintableString, T61String (no BMPStrings or UTF8
Strings).
# MASK:XXXX a literal mask value.
# MASK:XXXX a literal mask value.
# WARNING: current versions of Netscape crash on BMPStrings or UTF8Strings
# WARNING: current versions of Netscape crash on BMPStrings or UTF8Strings
# so use this option with caution!
# so use this option with caution!
dirstring_type = nobmp
string_mask = nombstr
# req_extensions = v3_req # The extensions to add to a certificate request
# req_extensions = v3_req # The extensions to add to a certificate request
...
@@ -124,7 +145,7 @@ commonName = Common Name (eg, YOUR name)
...
@@ -124,7 +145,7 @@ commonName = Common Name (eg, YOUR name)
commonName_max = 64
commonName_max = 64
emailAddress = Email Address
emailAddress = Email Address
emailAddress_max =
40
emailAddress_max =
64
# SET-ex3 = SET extension number 3
# SET-ex3 = SET extension number 3
...
@@ -172,6 +193,9 @@ authorityKeyIdentifier=keyid,issuer:always
...
@@ -172,6 +193,9 @@ authorityKeyIdentifier=keyid,issuer:always
# This stuff is for subjectAltName and issuerAltname.
# This stuff is for subjectAltName and issuerAltname.
# Import the email address.
# Import the email address.
# subjectAltName=email:copy
# subjectAltName=email:copy
# An alternative to produce certificates that aren't
# deprecated according to PKIX.
# subjectAltName=email:move
# Copy subject details
# Copy subject details
# issuerAltName=issuer:copy
# issuerAltName=issuer:copy
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录