JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for TB-SUPPORT Archives


TB-SUPPORT Archives

TB-SUPPORT Archives


TB-SUPPORT@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

TB-SUPPORT Home

TB-SUPPORT Home

TB-SUPPORT  April 2013

TB-SUPPORT April 2013

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: CertWizard + Java

From:

John Kewley <[log in to unmask]>

Reply-To:

Testbed Support for GridPP member institutes <[log in to unmask]>

Date:

Mon, 8 Apr 2013 15:52:35 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (298 lines)

Emails for NEW certs go to the originator - the person whose cert authenticated the request. We have wondered whether the other email address should also get these, but kept it consistent with OpenCA.

Emails for reminders and RENEW certs go to the other email address you provided.

This is the same as OpenCA before EXCEPT it has the following bonus:
* If you request a New host certificate and then have to go on holiday then you can backup the request from CW and give to a colleague.
Of course (s)he won't get an email, but if they import it into their CW they'll be able to download it. 

cheers

JK
________________________________________
From: Testbed Support for GridPP member institutes [[log in to unmask]] on behalf of Daniela Bauer [[log in to unmask]]
Sent: 08 April 2013 16:46
To: [log in to unmask]
Subject: Re: CertWizard + Java

Hi,

So I've just come back to cert wizard and I now have a shiny new certificate for cetest00.grid.hep.ph.ic.ac.uk<http://cetest00.grid.hep.ph.ic.ac.uk> without the email address in it.

So far so good - but: all the emails generated by this process (originating from [log in to unmask]<mailto:[log in to unmask]>) seem to go to my email address only (which I assume was extracted from my user cert) and not through the admins email list (which I stuck in the email field of the request).

Does that mean if I go on holiday (and when I go on holiday I don't read my email) when the renewal time comes around the reminders will get lost ? It certainly would be nice if hostcerts and/or the CA would store email adresses (just not in the DN ;-) besides the one of the person requesting it.

Cheers,
Daniela





On 27 March 2013 10:54, John Kewley <[log in to unmask]<mailto:[log in to unmask]>> wrote:
While documentation could be improved (see below) we should bear in mind the following:

1. The use case presented here of applying for a new certificate when one already exists with an analogous interface (i.e. except existing one has email and new one doesn't) isn't a complicated one for either CW (or the old OpenCA i/f). You follow the same procedure as you would for any other NEW host certificate where one with an identical DN does not exist:
    a) "Apply for" a new host certificate (using a valid user certificate as always)
    b) That's it, nothing more

2. The exceptional route use case which I presented is for emergency use only and therefore doesn't need special documentation. It will be offered on a case by case basis by the helpdesk in exceptional cases. These include, but
are not restricted to:
    a) s/w bugs
    b) where these is no provable bug, but timescales are so short that it is more expedient to issues these
          instructions than prove whether there is a bug or finger trouble.

I'll check the instructions we have to check that they handle the case of Host certificate requests as well as Personal certificates.

JK

-----Original Message-----
From: Testbed Support for GridPP member institutes [mailto:[log in to unmask]<mailto:[log in to unmask]>] On Behalf Of Steve Jones
Sent: 27 March 2013 10:19
To: [log in to unmask]<mailto:[log in to unmask]>
Subject: Re: CertWizard + Java

Hi David,

> I suspect that the problems experienced by Daniela on Tues could be
> due to either ...

Yes. Assuming that CertWiz works (which seems to be the case) then the problems  happened because it's easy to click the wrong buttons. That's a general problem with "Wizard" applications, isn't it? It's why I hate "Windows" so much!

So it might be good to list out the right buttons to click to do this work, so we all do it in the standard, quick and easy way.

Steve



> Dear all,
> I feel I should make some clarifications/comments on this recent thread:
>
> CertWiz has functioned correctly and as expected throughout. No
> changes were made to the CW or the server yesterday. I suspect that
> the problems experienced by Daniela on Tues could be due to either:
> a)      An existing CSR with a status other than DELETED was already
> present in the DB and had not been deleted. In this case, CWiz will
> (correctly) prevent any new cert renewals for a cert with the same
> canonical DN (i.e. RFC2253 DN minus the emailAddress). This is
> necessary to prevent duplicate CSRs for the same cert. We do however
> allow existing host certs that have emailAddress in the DN to be
> *newly* requested for the same host name but without the emailAddress
> (not a renewal). This allows removal of email addresses from DNs.
> b)      Before Monday, CWiz did not support renewal of bulk-host certs.
> This was expected - bulks are special in that they have a bulk_id and
> are submitted using the old bulk pecr scripts. On Mon however, I put
> in a server patch that allows a single cert that was originally part
> of a bulk to be renewed individually. I don't think this was the issue however.
> WRT CA development, here is my current dev task list in order of
> priority (I know GOCDB is not CA, but it takes 50% of my time and so
> feel it should be mentioned):
> 1)      GOCDB (50%)
> 2)      OpenCA replacement - See https://ca-dev2.ca.ngs.ac.uk/caportal  .
> This is coming along nicely, but it is still work in progress
> (June~ish for first release). So far, I have only focused on the RA
> interface so you will need a valid cert with an RA role in your
> browser to access and see 99% of the portal functionality (i.e. required to see the 'RAOP Actions'
> menu item).
> 3)      REST CA server. This is largely stable and under control. It is
> the server for all of the clients below. However, it does still need
> some work/tidy-up before we can publish the protocol and go open-src.
> 4)      CertWiz Maintenance, operational support/bug-fixing.
> 5)      Scriptable CLI interface to REST CA server (new PeCR scripts +/-
> command line CLI interface to CertWiz).  As mentioned by Jens, a
> client is not trivial as it requires 'Proof of Possession of Private
> Key (PPPK)' to cater for expired certs (and not proof of possession of
> valid certificate aka regular client cert auth).  Our new Perl scripts
> do work, I also spent quite a bit of time working on them too, but
> they do need more work to complete. I've sent JJ/JK a strategy for this.
> 6)      CertWiz New developments (last on list).
> Depending on progress, I'll see if we can shunt 5) up the list a little.
> Thanks for your patience,
> David
>
>
>
> From: Testbed Support for GridPP member institutes
> [mailto:[log in to unmask]<mailto:[log in to unmask]>] On Behalf Of Daniela Bauer
> Sent: 26 March 2013 16:27
> To: [log in to unmask]<mailto:[log in to unmask]>
> Subject: Re: CertWizard + Java
>
> Hi John,
> it now works using the cert wizard.  (I'm sitting in a gridpp meeting,
> so I used my laptop and the webstart.) It didn't work when I tried it
> earlier this day though (same version of the cert wizard)?!
> Two certs down, 38 to go...
>
> Cheers,
> Daniela
>
> On 26 March 2013 15:51, John Kewley
> <[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>> wrote:
> Thanks for that information. Now I now what you are trying to so. So I
> tried to replicate the issue.
>
> Good news (well sort of anyway)!
>
> I have just successfully requested a new certificate for
> sedsk15.grid.hep.ph.ic.ac.uk<http://sedsk15.grid.hep.ph.ic.ac.uk><http://sedsk15.grid.hep.ph.ic.ac.uk>
> using
> 1.6 java compatible version of CW
>
> I then deleted my request and tried using the OpenCA i/f. I also
> managed to create a new cert using that.
> I'll now go and remove that request too.
>
> The only differences were that I used my email address
>
> I won't try PeCR since I think jens is looking at some issues with that.
>
> So I don't lose my sanity, can you just try the same:
>
> 1.      Use CW (whichever version works with your Java)
>
> 2.      Go to the Manage certs screen
>
> 3.      Select your personal certificate
>
> 4.      Select "Apply for Cert"
>
> 5.      Enter Imperial/Physics for the RA
>
> 6.      sedsk15.grid.hep.ph.ic.ac.uk<http://sedsk15.grid.hep.ph.ic.ac.uk><http://sedsk15.grid.hep.ph.ic.ac.uk>
> for the CN
>
> 7.      Etc
>
> If it doesn't work can you let me know:
>
> *         What OS
>
> *         What Java
>
> *         Which CW download - was it a zip / webstart/launch whatever
>
> Then try using the OpenCA web i/f?
>
> If neither work (which you say didn't work before) then let me know.
>
> Cheers
>
> JK
>
> From: Testbed Support for GridPP member institutes
> [mailto:[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>]
> On Behalf Of Daniela Bauer
> Sent: 26 March 2013 15:29
>
> To: [log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
> Subject: Re: CertWizard + Java
>
> Hi John,
> I am trying to get the email adress in the hostcert removed, that's
> what the whole threat is about.
> I have an old certificate (in use, hence no revoking) and I am trying
> to get a new one (sans email address). So I can't renew (keeps the
> email
> address) and I cannot ask for a new one, because
> certwizard/pecr/webpage (I've tried all three now), complain
> (correctly) that I already have a valid hostcert for the machine in question.
> I've tried it with
> sedsk15.grid.hep.ph.ic.ac.uk<http://sedsk15.grid.hep.ph.ic.ac.uk><http://sedsk15.grid.hep.ph.ic.ac.uk>.
> As Jens mentioned, I don't think certwizard is the best tool to
> renew/request certificates in bulk, typing in 40+ hostnames is asking
> for trouble.
> I am the RA, so if I revoke a cert, will that not be automatically
> approved ?
> Cheers,
> Daniela
>
>
> On 26 March 2013 15:08, John Kewley
> <[log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>> wrote:
>> I just tried the cert wizard, with the same result: cannot get a new
>> cert, the old one exists.
> If we are to work out what is going on then we need a few more details.
> What I have stated several times on this forum is how it should work
> so if it doesn't then we need to be able to work out what the bugs are.
>
> Answers to some or all of the following may help:
> * Why do you want a new certificate when an old one already exists?
> * Do you have possession of the old one and is it in use?
> * Is it to remove an emailAddress from the DN? If not, why can't you
> renew?
> * What is the certificate number you are using?
>
>> It doesn't recognise it as a new DN.
>> So I am relying on a revocation not being approved (I guess it would
>> have to come from someone who is not me as I am the RA) and hope I
>> can get the new cert before this filters through the system.
> If you say to your RA Op - "Please don't approve this request" then
> you are relying on him/her to adhere to your requests in the same way
> as when applying for a renewal you are relying on him/her to approve
> it before your old one expires - I don't see this is an issue, unless
> you have reasons to be distrustful of your RA's RA Ops.
>
> There is nothing to filter through the system - it will sit there
> forever if the request isn't approved.
>
>> Some small bit in my mind wants to scream.
> I feel I am repeating myself as well, so let's see if we can get some
> info on why it isn't working
>
> JK
> --
> Scanned by iCritical.
>
>
>
> --
> Sent from the pit of despair
>
> -----------------------------------------------------------
> [log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
> HEP Group/Physics Dep
> Imperial College
> Tel: +44-(0)20-75947810<tel:%2B44-%280%2920-75947810><tel:%2B44-%280%2920-75947810>
> http://www.hep.ph.ic.ac.uk/~dbauer/<http://www.hep.ph.ic.ac.uk/%7Edbau
> er/>
>
>
> --
> Scanned by iCritical.
>
>
>
>
> --
> Sent from the pit of despair
>
> -----------------------------------------------------------
> [log in to unmask]<mailto:[log in to unmask]><mailto:[log in to unmask]<mailto:[log in to unmask]>>
> HEP Group/Physics Dep
> Imperial College
> Tel: +44-(0)20-75947810<tel:%2B44-%280%2920-75947810>
> http://www.hep.ph.ic.ac.uk/~dbauer/
>
> --
> Scanned by iCritical.
>
>
--
Scanned by iCritical.



--
Sent from the pit of despair

-----------------------------------------------------------
[log in to unmask]<mailto:[log in to unmask]>
HEP Group/Physics Dep
Imperial College
Tel: +44-(0)20-75947810
http://www.hep.ph.ic.ac.uk/~dbauer/
-- 
Scanned by iCritical.

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
March 2002
February 2002
January 2002


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager