Remove mention of firefox plugin after CA-less install

The plugin was removed some time ago.

Part of: https://pagure.io/freeipa/issue/7226

Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Fraser Tweedale 2017-10-27 18:53:02 +11:00 committed by Tibor Dudlák
parent 4cc9451271
commit 4fc903114d
No known key found for this signature in database
GPG Key ID: 12B8BD343576CDF5

View File

@ -942,10 +942,6 @@ def install(installer):
print("These files are required to create replicas. The password for "
"these")
print("files is the Directory Manager password")
else:
print("In order for Firefox autoconfiguration to work you will need to")
print("use a SSL signing certificate. See the IPA documentation for "
"more details.")
if os.path.isfile(paths.ROOT_IPA_CACHE):
os.remove(paths.ROOT_IPA_CACHE)