FreeIPA, dogtag, KRA and and install token
To generate an install token used in f.e.
pki ca-kraconnector-add --install-token ...
Run
curl -u admin
"https://$( hostname -f )/ca/rest/securityDomain/installToken\
?hostname=$( hostname -f)&subsystem=KRA"
enter the directory manager password, save the content of <token>
to a file,
and use that for --install-token
.