-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
procedure to import CA cert into browsers #11
Comments
we need to integrate the relevant entries in eXist's web.xml - shouldn't be a big deal and even be made possible by .xar mechanics (not sure how yet) |
which entries? this should be enough |
the mimetype mapping entries in web.xml |
According to jetty docs, mime type are set in $JETTY_HOME/etc/webdefault.xml. I already patch that in reconfig-jetty.sh Edit: maybe you confuse that with $EXIST_HOME/mime-types.xml, which defines how eXist stores file types into the DB (if I understand correctly) ? |
no, the mime-types.xml also determines how certain types are serailized (returned) |
please add something like this to the GUI need this for some real-life testing for email crypto etc. currently show-stopper |
I have prepared the CA cert import into browser functionality.
Now if you provide a download link in the Web GUI to $PKI_BASE/$THIS_CA/ca.cacert, Jetty should return it as "application/x-x509-ca-cert", which should trigger a "CA import" dialog in the browser.
Need to test that with common browsers, but modern browsers should support that.
The text was updated successfully, but these errors were encountered: