GitBucket
Toggle navigation
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:
2b8a12c0f0
Switch branches
×
master
Learning
/
Webhook
/
certificate
/ create-ca.sh
axieyangb
on 30 May 2022
102 bytes
Add a new project of operator controller
Raw
Blame
History
openssl genrsa -out ca/ca.key 4096 openssl req -new -x509 -days 10000 -key ca/ca.key -out ca/ca.crt