|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
EJBCA 3.9.0 ant install failed on GlassfishHello,
I'm new with Ejbca and I want to install a CA system but I have problems installing the certificate authority... A few weeks ago I've managed to install EJBCA 3.8.2 on the same machine and with the same configuration. I use Debian with Glassfish. I followed all the instructions on the web site and it fails at ant install. Has anyone manage to install ejbca 3.9.0 on glassfish? Here is the output of the ant install command. antinstall.txt Do you have any advise? Thank you |
|
|
Re: EJBCA 3.9.0 ant install failed on GlassfishHi, it seems you have hit upon this issue: https://jira.primekey.se/browse/ECA-1322 It's been recently discussed and fixed on the list. It's fixed for 3.9.1 already. If you want to you can test a beta from: http://www.primekey.se/~tomas/download/ejbca_3_9_1beta.zip Regards, Tomas On Wed, 2009-07-01 at 03:29 -0700, claudiu wrote: > Hello, > > I'm new with Ejbca and I want to install a CA system but I have problems > installing the certificate authority... A few weeks ago I've managed to > install EJBCA 3.8.2 on the same machine and with the same configuration. > I use Debian with Glassfish. I followed all the instructions on the web site > and it fails at ant install. > Has anyone manage to install ejbca 3.9.0 on glassfish? > Here is the output of the ant install command. > http://www.nabble.com/file/p24287546/antinstall.txt antinstall.txt > Do you have any advise? > Thank you ------------------------------------------------------------------------------ _______________________________________________ Ejbca-develop mailing list Ejbca-develop@... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
|
Re: EJBCA 3.9.0 ant install failed on GlassfishThank you for the fast response.
Do you have any idea when the version 3.9.1 will be released?
|
|
|
Re: EJBCA 3.9.0 ant install failed on GlassfishSometime in august I think. Regards, Tomas On Thu, 2009-07-02 at 04:17 -0700, claudiu wrote: > Thank you for the fast response. > > Do you have any idea when the version 3.9.1 will be released? > > > Tomas Gustavsson wrote: > > > > > > Hi, > > > > it seems you have hit upon this issue: > > https://jira.primekey.se/browse/ECA-1322 > > > > It's been recently discussed and fixed on the list. It's fixed for 3.9.1 > > already. > > > > If you want to you can test a beta from: > > http://www.primekey.se/~tomas/download/ejbca_3_9_1beta.zip > > > > Regards, > > Tomas > > > > > > On Wed, 2009-07-01 at 03:29 -0700, claudiu wrote: > >> Hello, > >> > >> I'm new with Ejbca and I want to install a CA system but I have problems > >> installing the certificate authority... A few weeks ago I've managed to > >> install EJBCA 3.8.2 on the same machine and with the same configuration. > >> I use Debian with Glassfish. I followed all the instructions on the web > >> site > >> and it fails at ant install. > >> Has anyone manage to install ejbca 3.9.0 on glassfish? > >> Here is the output of the ant install command. > >> http://www.nabble.com/file/p24287546/antinstall.txt antinstall.txt > >> Do you have any advise? > >> Thank you > > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > > Ejbca-develop mailing list > > Ejbca-develop@... > > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > > > > > ------------------------------------------------------------------------------ _______________________________________________ Ejbca-develop mailing list Ejbca-develop@... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
|
Accessing Private keys...Hi All,
Quick question about private keys and best approach.. I have a certificate chain like the one below CA_root \ \ Sub CA \ \ Signing Cert I have a system which uses WS's to interface with ejbca and I'd like to retrieve the "Signing Cert" and use that to sign an xml document with the private key.. With JKS's etc I can do this, but how do you achieve the same with ejbca. Should "Signing Cert" be configured as an "ENDUSER" certificate and that could then be retrieved using a pkcs12Req ws call - can you confirm my understanding is correct? - OR - Do I write a XMLDigitalSignature web service, extending the ejbca ws interface and perform the signature processing within the ejbca app, therefore not transporting the private key externally (and assuming the private key is easily retrievable within ejbca)? Any thoughts? If you've received this email by mistake, we're sorry for bothering you. It may contain information that's confidential, so please delete it without sharing it. And if you let us know, we can try to stop it from happening again. Thank you. We may monitor any emails sent or received by us, or on our behalf. If we do, this will be in line with relevant law and our own policies. Sage (UK) Limited. Registered in England at North Park, Newcastle upon Tyne, NE13 9AA. Registered number 1045967. ------------------------------------------------------------------------------ _______________________________________________ Ejbca-develop mailing list Ejbca-develop@... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
|
Re: Accessing Private keys...I'd create an ENDUSER in EJBCA issuing a keystore, using pkcs12Req for example. And then use that PKCS12 file to create the signature. If you want to create signatures centrally by a server I would look at something like SignServer (which we also run btw, shameless plug). Cheers, Tomas On Thu, 2009-07-02 at 14:31 +0100, Smallwood, Rob wrote: > Hi All, > > Quick question about private keys and best approach.. > > I have a certificate chain like the one below > > CA_root > \ > \ > Sub CA > \ > \ > Signing Cert > > > I have a system which uses WS's to interface with ejbca and I'd like to > retrieve the "Signing Cert" and use that to sign an xml document with > the > private key.. With JKS's etc I can do this, but how do you achieve the > same > with ejbca. > > Should "Signing Cert" be configured as an "ENDUSER" certificate and that > could then be retrieved using a pkcs12Req ws call - can you confirm my > understanding is correct? > > - OR - > > Do I write a XMLDigitalSignature web service, extending the ejbca ws > interface and perform the signature processing within the ejbca app, > therefore not transporting the private key externally (and assuming the > private key is easily retrievable within ejbca)? > > Any thoughts? > > > > > If you've received this email by mistake, we're sorry for bothering you. It may contain information that's confidential, so please delete it without sharing it. And if you let us know, we can try to stop it from happening again. Thank you. > > We may monitor any emails sent or received by us, or on our behalf. If we do, this will be in line with relevant law and our own policies. > > Sage (UK) Limited. Registered in England at North Park, Newcastle upon Tyne, NE13 9AA. Registered number 1045967. > > ------------------------------------------------------------------------------ > _______________________________________________ > Ejbca-develop mailing list > Ejbca-develop@... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop ------------------------------------------------------------------------------ _______________________________________________ Ejbca-develop mailing list Ejbca-develop@... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
|
Re: EJBCA 3.9.0 ant install failed on GlassfishHi Claudiu,
There are still 5 open issues on the roadmap for EJBCA 3.9.1, so it's har to tell with summer vacations and work on other projects. ( Check out https://jira.primekey.se/browse/ECA?report=com.atlassian.jira.plugin.system.project%3Aroadmap-panel .) Tomas probably knows better, but he's not available today.. /Johan claudiu skrev: > Thank you for the fast response. > > Do you have any idea when the version 3.9.1 will be released? > > > Tomas Gustavsson wrote: > >> Hi, >> >> it seems you have hit upon this issue: >> https://jira.primekey.se/browse/ECA-1322 >> >> It's been recently discussed and fixed on the list. It's fixed for 3.9.1 >> already. >> >> If you want to you can test a beta from: >> http://www.primekey.se/~tomas/download/ejbca_3_9_1beta.zip >> >> Regards, >> Tomas >> >> >> On Wed, 2009-07-01 at 03:29 -0700, claudiu wrote: >> >>> Hello, >>> >>> I'm new with Ejbca and I want to install a CA system but I have problems >>> installing the certificate authority... A few weeks ago I've managed to >>> install EJBCA 3.8.2 on the same machine and with the same configuration. >>> I use Debian with Glassfish. I followed all the instructions on the web >>> site >>> and it fails at ant install. >>> Has anyone manage to install ejbca 3.9.0 on glassfish? >>> Here is the output of the ant install command. >>> http://www.nabble.com/file/p24287546/antinstall.txt antinstall.txt >>> Do you have any advise? >>> Thank you >>> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Ejbca-develop mailing list >> Ejbca-develop@... >> https://lists.sourceforge.net/lists/listinfo/ejbca-develop >> >> >> > > -- PrimeKey Solutions offers a commercial EJBCA support subscription and training for EJBCA. Please see www.primekey.se or contact info@... for more information. http://download.primekey.se/documents/ejbca_subscription.pdf http://download.primekey.se/documents/ejbca_training.pdf ------------------------------------------------------------------------------ _______________________________________________ Ejbca-develop mailing list Ejbca-develop@... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
|
Re: EJBCA 3.9.0 ant install failed on GlassfishHi, The beta is beginning to be pretty stable actually. But probably the final release will not be until august. Cheers, Tomas On Wed, 2009-07-01 at 04:23 -0700, claudiu wrote: > Thank you for the fast response. > > Do you have any idea when the version 3.9.1 will be released? > > > Tomas Gustavsson wrote: > > > > > > Hi, > > > > it seems you have hit upon this issue: > > https://jira.primekey.se/browse/ECA-1322 > > > > It's been recently discussed and fixed on the list. It's fixed for 3.9.1 > > already. > > > > If you want to you can test a beta from: > > http://www.primekey.se/~tomas/download/ejbca_3_9_1beta.zip > > > > Regards, > > Tomas > > > > > > On Wed, 2009-07-01 at 03:29 -0700, claudiu wrote: > >> Hello, > >> > >> I'm new with Ejbca and I want to install a CA system but I have problems > >> installing the certificate authority... A few weeks ago I've managed to > >> install EJBCA 3.8.2 on the same machine and with the same configuration. > >> I use Debian with Glassfish. I followed all the instructions on the web > >> site > >> and it fails at ant install. > >> Has anyone manage to install ejbca 3.9.0 on glassfish? > >> Here is the output of the ant install command. > >> http://www.nabble.com/file/p24287546/antinstall.txt antinstall.txt > >> Do you have any advise? > >> Thank you > > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > > Ejbca-develop mailing list > > Ejbca-develop@... > > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > > > > > ------------------------------------------------------------------------------ _______________________________________________ Ejbca-develop mailing list Ejbca-develop@... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |
|
|
Re: EJBCA 3.9.0 ant install failed on GlassfishHello,
Please download clover for ANT file and put it EJBCA home directory and make a chnage in build.xml where clover.jar file having a entry.Put the parh like ${ejbc-home}/your clover folder name.After that you can easily able to deply. Take care
|
| Free embeddable forum powered by Nabble | Forum Help |