mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
doc: sign release artifacts in armor mode
Release guide steps to artifacts signing defaults to binary signatures, while producing .asc files. This commit changes to armored signatures, also matching appc requirements. Fixes #5594
This commit is contained in:
parent
66a6ed63cb
commit
e551aec339
@ -66,7 +66,7 @@ The following commands are used for public release sign:
|
||||
|
||||
```
|
||||
cd release
|
||||
for i in etcd-*{.zip,.tar.gz}; do gpg2 --default-key $SUBKEYID --output ${i}.asc --detach-sign ${i}; done
|
||||
for i in etcd-*{.zip,.tar.gz}; do gpg2 --default-key $SUBKEYID --armor --output ${i}.asc --detach-sign ${i}; done
|
||||
for i in etcd-*{.zip,.tar.gz}; do gpg2 --verify ${i}.asc ${i}; done
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user