Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tutorial:adm:caw_driver [2022/04/11 12:28]
stekld
tutorial:adm:caw_driver [2022/04/12 08:39] (current)
stekld [Example of CAW driver configuration in Appliance]
Line 176: Line 176:
 [root@ca ca]# openssl rand -hex 16 > serial [root@ca ca]# openssl rand -hex 16 > serial
 </code> </code>
-  - It is also necessary to merge customerCa.conf file with the caw configuration file ca_openssl.cnf and caw_settings.source. +  - It is also necessary to merge customerCa.conf file with the caw configuration file ca_openssl.cnf and caw_settings.source. The ca_openssl.cnf and caw_settings.source contains preconfigured CA. Follow the comments in the files and edit files by customerCa.conf
   - Set a correct permision and owner. .<code>   - Set a correct permision and owner. .<code>
 [root@ca czechidm]# chown -Rf 999:998 cert-authority/ [root@ca czechidm]# chown -Rf 999:998 cert-authority/
Line 206: Line 206:
 [Install] [Install]
 WantedBy=multi-user.target WantedBy=multi-user.target
 +</code>
 +  -Enable new service and timer:<code>
 +[root@ca czechidm]# systemctl enable iam-crl-refresh.service iam-crl-refresh.timer
 </code> </code>
   -The crl has to be available via a web proxy. First, you must mount the file in the Web Proxy container. to file /data/registry/node-active-config/docker-compose-web-proxy.yml add:<code>   -The crl has to be available via a web proxy. First, you must mount the file in the Web Proxy container. to file /data/registry/node-active-config/docker-compose-web-proxy.yml add:<code>
  • by stekld