Simplify how to add vpn key/cert: commit all the files to git
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
e8eca8f8cb
commit
08e68f35b1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Run `addhost.sh` script to generate keys and cert, eg.:
|
|||
Add generated files to git index, commit, push:
|
||||
|
||||
git status
|
||||
git add pki/certs_by_serial/3ADB026719C7AA872EED47711B46B79A.pem pki/issued/proxy33.fedoraproject.org.crt pki/private/proxy33.fedoraproject.org.key pki/reqs/proxy33.fedoraproject.org.req
|
||||
git add .
|
||||
git commit -a -m "Add VPN key/cert for proxy33.fedoraproject.org"
|
||||
git show
|
||||
git push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue