Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

system wide "Trusted certificates"

307 views
Skip to first unread message

Andreas Moroder

unread,
Apr 27, 2011, 12:08:36 PM4/27/11
to
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

Roedy Green

unread,
Apr 27, 2011, 12:08:38 PM4/27/11
to
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

Dave Miller

unread,
Apr 27, 2011, 12:08:38 PM4/27/11
to
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/

Roedy Green

unread,
Apr 27, 2011, 12:08:38 PM4/27/11
to
To: comp.lang.java.security
On Fri, 19 Sep 2008 05:39:05 GMT, Dave Miller
<nonreg...@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

---

0 new messages