mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add a README to certificate profile templates directory
There have been several instances of people using the profile configuration template files as actual profile configurations, resulting in failures and support load. Add a README to the profile template directory to explain that these files should not be used and advise of the recommend procedure. Fixes: https://pagure.io/freeipa/issue/7014 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
44e3496bd1
commit
d7e1ab8438
@ -1306,6 +1306,7 @@ fi
|
|||||||
%dir %{_usr}/share/ipa/advise/legacy
|
%dir %{_usr}/share/ipa/advise/legacy
|
||||||
%{_usr}/share/ipa/advise/legacy/*.template
|
%{_usr}/share/ipa/advise/legacy/*.template
|
||||||
%dir %{_usr}/share/ipa/profiles
|
%dir %{_usr}/share/ipa/profiles
|
||||||
|
%{_usr}/share/ipa/profiles/README
|
||||||
%{_usr}/share/ipa/profiles/*.cfg
|
%{_usr}/share/ipa/profiles/*.cfg
|
||||||
%dir %{_usr}/share/ipa/html
|
%dir %{_usr}/share/ipa/html
|
||||||
%{_usr}/share/ipa/html/ffconfig.js
|
%{_usr}/share/ipa/html/ffconfig.js
|
||||||
|
@ -2,6 +2,7 @@ NULL =
|
|||||||
|
|
||||||
appdir = $(IPA_DATA_DIR)/profiles
|
appdir = $(IPA_DATA_DIR)/profiles
|
||||||
app_DATA = \
|
app_DATA = \
|
||||||
|
README \
|
||||||
caIPAserviceCert.cfg \
|
caIPAserviceCert.cfg \
|
||||||
IECUserRoles.cfg \
|
IECUserRoles.cfg \
|
||||||
KDCs_PKINIT_Certs.cfg \
|
KDCs_PKINIT_Certs.cfg \
|
||||||
|
20
install/share/profiles/README
Normal file
20
install/share/profiles/README
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
This directory contains profile TEMPLATES for certificate profiles
|
||||||
|
included in FreeIPA. Do not import these files or modifications
|
||||||
|
thereof - it is likely that Dogtag will accept the configuration,
|
||||||
|
but certificate issuance will fail with the updated configuration.
|
||||||
|
At best, it will not give you the certificates you want.
|
||||||
|
|
||||||
|
If you want to modify a profile configuration or create a new
|
||||||
|
profile based on an existing profile configuration, you should
|
||||||
|
export the current profile configuration with the command:
|
||||||
|
|
||||||
|
ipa certprofile-show --out FILENAME PROFILE_NAME
|
||||||
|
|
||||||
|
After modifying the configuration, update the profile configuration:
|
||||||
|
|
||||||
|
ipa certprofile-mod --file FILENAME PROFILE_NAME
|
||||||
|
|
||||||
|
Or if you are creating a new profile:
|
||||||
|
|
||||||
|
ipa certprofile-import --desc DESC --store 1 \
|
||||||
|
--file FILENAME NEW_PROFILE_NAME
|
Loading…
Reference in New Issue
Block a user