Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304547 Details for
Bug 440079
Importing agent cert causes Warning in Firefox
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
New wizard velocity template.
importcachainpanel.vm (text/plain), 2.05 KB, created by
Jack Magne
on 2008-05-05 18:56:43 UTC
(
hide
)
Description:
New wizard velocity template.
Filename:
MIME Type:
Creator:
Jack Magne
Created:
2008-05-05 18:56:43 UTC
Size:
2.05 KB
patch
obsolete
><!-- --- BEGIN COPYRIGHT BLOCK --- > This program is free software; you can redistribute it and/or modify > it under the terms of the GNU General Public License as published by > the Free Software Foundation; version 2 of the License. > > This program is distributed in the hope that it will be useful, > but WITHOUT ANY WARRANTY; without even the implied warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > GNU General Public License for more details. > > You should have received a copy of the GNU General Public License along > with this program; if not, write to the Free Software Foundation, Inc., > 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. > > Copyright (C) 2007 Red Hat, Inc. > All rights reserved. > --- END COPYRIGHT BLOCK --- --> > ><SCRIPT ID=ImportCertificate_OnClick LANGUAGE="JavaScript"> >function myOnLoad() { >} > >function performPanel() { > with (document.forms[0]) { > submit(); > } >} > ></SCRIPT> >The CA's certificate chain needs to be imported into your browser. Also, you must trust the CA. Once this is done, click Next. ><p> >#if ($errorString != "") ><img src="../img/icon_crit_update.gif"> <font color="red">$errorString</font> >#end ><p> > <p> > > <table class="details"> > <tr> ><SCRIPT LANGUAGE="JavaScript"> > >function importCAChain() >{ > var importcachain = document.getElementById("importcachain"); > > if(!importcachain) > return; > > alert("You will now be asked to import and trust the Certificate Chain from the CA. Please do so."); > > importcachain.src="/ca/ee/ca/getCAChain?op=download&mimeType=application/x-x509-ca-cert"; >} > >#if ($ca == 'true' && $import == 'true') >document.writeln('<iframe scrolling=yes id="importcachain" frameborder=0 height=0 width=0></iframe>'); >window.setTimeout(importCAChain,700) >#end > ></SCRIPT> > > </tr> > </table> > <div align="right"> > <hr /> > </div>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 440079
:
299924
|
302185
|
304546
| 304547 |
304554