diff options
author | vakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-06-23 20:55:09 +0000 |
---|---|---|
committer | vakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2011-06-23 20:55:09 +0000 |
commit | b634ac0c06edd21126fe565b377fe77c706a4c04 (patch) | |
tree | 22e7c6e071c900edcfd2c8d0640db6007ec1e319 /pki | |
parent | 7b0f95169d21efb5948c2de8077bb36ed6e6fc46 (diff) | |
download | pki-b634ac0c06edd21126fe565b377fe77c706a4c04.tar.gz pki-b634ac0c06edd21126fe565b377fe77c706a4c04.tar.xz pki-b634ac0c06edd21126fe565b377fe77c706a4c04.zip |
Bugzilla BZ 716269 - make ra authenticated profiles non-visible on ee pages
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2024 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki')
-rw-r--r-- | pki/base/ca/shared/profiles/ca/caDualRAuserCert.cfg | 2 | ||||
-rw-r--r-- | pki/base/ca/shared/profiles/ca/caRAagentCert.cfg | 2 | ||||
-rw-r--r-- | pki/base/ca/shared/profiles/ca/caRAserverCert.cfg | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pki/base/ca/shared/profiles/ca/caDualRAuserCert.cfg b/pki/base/ca/shared/profiles/ca/caDualRAuserCert.cfg index 53885825f..741e26a3f 100644 --- a/pki/base/ca/shared/profiles/ca/caDualRAuserCert.cfg +++ b/pki/base/ca/shared/profiles/ca/caDualRAuserCert.cfg @@ -1,5 +1,5 @@ desc=This certificate profile is for enrolling user certificates with RA agent authentication. -visible=true +visible=false enable=true enableBy=admin auth.instance_id=raCertAuth diff --git a/pki/base/ca/shared/profiles/ca/caRAagentCert.cfg b/pki/base/ca/shared/profiles/ca/caRAagentCert.cfg index 67ba92242..d330e6f01 100644 --- a/pki/base/ca/shared/profiles/ca/caRAagentCert.cfg +++ b/pki/base/ca/shared/profiles/ca/caRAagentCert.cfg @@ -1,5 +1,5 @@ desc=This certificate profile is for enrolling RA agent user certificates with RA agent authentication. -visible=true +visible=false enable=true enableBy=admin auth.instance_id=raCertAuth diff --git a/pki/base/ca/shared/profiles/ca/caRAserverCert.cfg b/pki/base/ca/shared/profiles/ca/caRAserverCert.cfg index eca20e348..297c001e3 100644 --- a/pki/base/ca/shared/profiles/ca/caRAserverCert.cfg +++ b/pki/base/ca/shared/profiles/ca/caRAserverCert.cfg @@ -1,5 +1,5 @@ desc=This certificate profile is for enrolling server certificates with RA agent authentication. -visible=true +visible=false enable=true enableBy=admin auth.instance_id=raCertAuth |