Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.security > #181 > unrolled thread
| Started by | "Andreas Moroder" <andreas.moroder@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 16:08 +0000 |
| Last post | 2011-04-27 16:08 +0000 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.lang.java.security
system wide "Trusted cert "Andreas Moroder" <andreas.moroder@THRWHITE.remove-dii-this> - 2011-04-27 16:08 +0000
Re: system wide "Trusted "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 16:08 +0000
Re: system wide "Trusted "Dave Miller" <dave.miller@THRWHITE.remove-dii-this> - 2011-04-27 16:08 +0000
Re: system wide "Trusted "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 16:08 +0000
| From | "Andreas Moroder" <andreas.moroder@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 16:08 +0000 |
| Subject | system wide "Trusted cert |
| Message-ID | <gadmmd$hh4$1@news.dtag.de> |
To: comp.lang.java.security Hello, we have a Oracle forms application running with the sun JVM. When we start the app we are asked to accept two signed certificates. When we say ok we can see them in the user certificates store in "Trusted certificates" ( Vertrauenswnrdige Zertifikate ). Is there a way to import them as administrator the way they are "Trusted certificates" for the system and not only the user ? Thanks Andreas --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 16:08 +0000 |
| Subject | Re: system wide "Trusted |
| Message-ID | <87a6d4tht6t0tim8c5sofjvl86lnp214nr@4ax.com> |
| In reply to | #181 |
To: comp.lang.java.security On Fri, 12 Sep 2008 13:26:13 +0200, Andreas Moroder <Andreas.moroder@[nospam]sb-brixen.it> wrote, quoted or indirectly quoted someone who said : >Is there a way to import them as administrator the way they are "Trusted >certificates" for the system and not only the user ? What happens if you import them into cacerts and propagate that copy of cacerts around? See http://mindprod.com/jgloss/keytoolexe.html -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Dave Miller" <dave.miller@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 16:08 +0000 |
| Subject | Re: system wide "Trusted |
| Message-ID | <ZVGAk.337$Jw.299@nwrddc02.gnilink.net> |
| In reply to | #181 |
To: comp.lang.java.security Andreas Moroder wrote: > Hello, > > we have a Oracle forms application running with the sun JVM. > When we start the app we are asked to accept two signed certificates. > When we say ok we can see them in the user certificates store in > "Trusted certificates" ( Vertrauenswnrdige Zertifikate ). > Is there a way to import them as administrator the way they are "Trusted > certificates" for the system and not only the user ? > > Thanks > Andreas Unless you can modify the run command for the JVM, no. Roedy's workaround might work but it sounds like you're importing certificates into the users keystore (not root certs). The keystore is a file called .keystore. There is one for each user - on Windows it's in C:|Documents and Settings\user_name\ -- Dave Miller Java Web Hosting http://www.cheap-jsp-hosting.com/ --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 16:08 +0000 |
| Subject | Re: system wide "Trusted |
| Message-ID | <7qv7d4duefircm29rbr5f1sio2j033vmr4@4ax.com> |
| In reply to | #185 |
To: comp.lang.java.security On Fri, 19 Sep 2008 05:39:05 GMT, Dave Miller <nonregistered@coldrain.net> wrote, quoted or indirectly quoted someone who said : >Unless you can modify the run command for the JVM, no. Roedy's >workaround might work but it sounds like you're importing certificates >into the users keystore (not root certs). The keystore is a file called >.keystore. There is one for each user - on Windows it's in C:|Documents >and Settings\user_name\ see http://mindprod.com/jgloss/keystore.html http://mindprod.com/jgloss/cacerts.html http://mindprod.com/jgloss/keytoolexe.html -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.security
csiph-web