GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
yangyangxie
/
Learning
Transfer to URL with SHA
Find file
Newer
Older
tree:
a6a531c055
Branches
Tags
×
master
Learning
/
Webhook
/
certificate
/ create-ca.sh
Yangyang Xie
on 29 May 2022
102 bytes
start
Raw
Blame
History
openssl genrsa -out ca/ca.key 4096 openssl req -new -x509 -days 10000 -key ca/ca.key -out ca/ca.crt