Skip to content

Commit a34cb55

Browse files
authored
Merge pull request #9 from whywishfree/main
refine readme
2 parents d9ab632 + 5ac08ee commit a34cb55

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ go.work
2323
# Ide file
2424
.idea/
2525

26+
2627
dist/
28+
29+
bin/notation-alibabacloud.secretmanager.plugin

README-zh_CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ notation sign --id <keyId> --plugin alibabacloud.secretmanager.plugin <myRegist
122122

123123

124124

125-
| 参数 | 说明 |
126-
| ------------- | ------------------------------------------------------------ |
127-
| id | 指定的阿里云KMS实例ID |
128-
| plugin-config | 插件自定义参数,支持如下配置:<br /> output_cert_dir:签名过程中可以使用该参数基于指定的KMS密钥签发对应的x509验签证书,并以文件形式输出到参数指定文件目录下<br /> ca_certs:使用自签并导入KMS实例的密钥加签时,如果您同时使用密钥签发了X509证书,可以使用该参数指定自签证书对应的文件路径 |
125+
| 参数 | 说明 |
126+
| ------------- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
127+
| id | 指定的阿里云KMS实例ID |
128+
| plugin-config | 插件自定义参数,支持如下配置:<br /> **output_cert_dir**:签名过程中可以使用该参数基于指定的KMS密钥签发对应的x509验签证书,并以文件形式输出到参数指定文件目录下<br /> **ca_certs**:使用自签并导入KMS实例的密钥加签时,如果您同时使用密钥签发了X509证书,可以使用该参数指定自签证书对应的文件路径 |
129129

130130

131131

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ notation sign --id <keyId> --plugin alibabacloud.secretmanager.plugin <myRegist
109109
```
110110

111111

112-
| Parameter | Description |
113-
| ------------- | ------------------------------------------------------------ |
114-
| id | Specificed Alibaba Cloud KMS Instance ID |
115-
| plugin-config | Plugin customized parameters, support the following configurations: <br /> output_cert_dir:User can use this parameter to issue hte corresponding x509 certificate based on the specified KMS key during the signing process, and output it as a file to the directory specified in this parameter. <br /> ca_certs:When signing with the imported self-signed key meterial, if you also self issued an x509 certificate with the key, you can use the parameter to specify the filepath of the self-signed certificate. |
112+
| Parameter | Description |
113+
| ------------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
114+
| id | Specificed Alibaba Cloud KMS Instance ID |
115+
| plugin-config | Plugin customized parameters, support the following configurations: <br /> **output_cert_dir**:User can use this parameter to issue the corresponding x509 certificate based on the specified KMS key during the signing process, and output it as a file to the directory specified in this parameter. <br /> **ca_certs**:When signing with the imported self-signed key meterial, if you also self issued an x509 certificate with the key, you can use the parameter to specify the filepath of the self-signed certificate. |
116116

117117

118118

0 commit comments

Comments
 (0)