Implemented interaction with docker registry.
This commit is contained in:
3
certs/.gitignore
vendored
Normal file
3
certs/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!readme.txt
|
2
certs/readme.txt
Normal file
2
certs/readme.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
openssl req -nodes -newkey rsa:4096 -keyout registry-auth1.key -out registry-auth1.csr -subj "/CN=token_issuer"
|
||||
openssl x509 -in registry-auth1.csr -out registry-auth1.crt -req -signkey registry-auth1.key -days 3650
|
Reference in New Issue
Block a user