Certificate update with foreman-installer

Hi,

when we update the forman certificates like described here:
https://theforeman.org/plugins/katello/nightly/advanced/certificates.html

with following command:

foreman-installer --scenario katello
–certs-server-cert ~/path/to/server.crt
–certs-server-key ~/path/to/server.key
–certs-server-ca-cert ~/path/to/cacert.crt
–certs-update-server --certs-update-server-ca

We recognized 3 files updated in the directory.
the following files were updated:
foreman_ssl_ca.pem
ssl_cert.pem
ssl_key.pem

the following files were not touched:
foreman_ssl_cert.pem
foreman_ssl_key.pem
ssl_ca.pem

ls -altr /etc/foreman-proxy/
total 56
-rw-r–r--. 1 root root 0 Jan 21 22:17 migration_state
-rw-r-----. 1 root foreman-proxy 419 Apr 30 17:10 ansible.cfg
-rw-r-----. 1 root foreman-proxy 3408 Apr 30 17:10 settings.yml
drwxr-xr-x. 2 root root 4096 Apr 30 17:11 settings.d
-rw-r–r--. 1 root root 5388 Apr 30 17:13 ssl_ca.pem
-r--------. 1 foreman-proxy root 1679 Apr 30 17:13 foreman_ssl_key.pem
-rw-r–r--. 1 root root 5446 Apr 30 17:13 foreman_ssl_cert.pem
drwxr-xr-x. 3 root root 224 Apr 30 17:13 .
drwxr-xr-x. 102 root root 8192 May 5 00:04 …
-r--------. 1 foreman-proxy foreman 1679 May 5 01:42 ssl_key.pem
-rw-r–r--. 1 root root 1988 May 5 01:42 ssl_cert.pem
-rw-r–r--. 1 root root 1316 May 5 01:42 foreman_ssl_ca.pem

Is this behaviour correct?

BR
Thomas