docker/registry/README.txt

9 lines
344 B
Plaintext
Raw Normal View History

2015-11-20 16:40:28 +08:00
参考 https://the.binbashtheory.com/creating-private-docker-registry-2-0-with-token-authentication-service/
证书命令参考:
openssl req -x509 \
-subj "/C=CN/ST=BeiJing/L=Dongcheng/CN=docker.timekey.com.cn" \
-nodes -days 3650 -newkey rsa:2048 -keyout server.key -out server.pem
openssl x509 -outform der -in server.pem -out server.crt