Qa FreeIPA CA certificate generation
This commit is contained in:
12
README.md
12
README.md
@@ -37,17 +37,7 @@ Files should be stored in /opt/rproxy/repo/ to be shared.
|
||||
## Docker-registry
|
||||
Would be installed with rproxy service. Hosted on port 5000.
|
||||
Images would be stored in /opt/dockerrepo/repo/. Uses SSL so you should have trust with root certificate. \
|
||||
Install trust with root certificate:
|
||||
```bash
|
||||
# RHEL based
|
||||
openssl x509 -in RootCA.crt -out RootCA.pem -outform PEM
|
||||
mv RootCA.pem /etc/pki/ca-trust/source/anchors/
|
||||
update-ca-trust force-enable
|
||||
|
||||
# Debian based
|
||||
mv RootCA.crt /usr/local/share/ca-certificates/
|
||||
update-ca-certificates
|
||||
```
|
||||
Install trust with root certificate
|
||||
How to store image:
|
||||
```bash
|
||||
# After image build
|
||||
|
||||
Reference in New Issue
Block a user