Qa FreeIPA CA certificate generation

This commit is contained in:
2025-08-14 23:50:01 +03:00
parent ce83125591
commit 18a1e94100
7 changed files with 135 additions and 246 deletions

View File

@@ -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