Skip to content

Releases: opensciencegrid/osg-pki-tools

v3.2.3

13 May 20:17
Compare
Choose a tag to compare

Add new -O/--orgcode option to set the organization and department codes when not at Fermilab.

v3.2.2

09 Apr 19:49
e364db8
Compare
Choose a tag to compare
  • Fix format error for message when retrieval times out
  • Increased the wait time between retrieval attempts
  • Improve formatting of osg-incommon-cert-request man page

v3.2.1

29 Mar 02:16
f01fc19
Compare
Choose a tag to compare

Add man page for osg-incommon-cert-request

v3.2.0

26 Mar 22:28
dade8c5
Compare
Choose a tag to compare

Updated osg-incommon-cert-request as follows:

  • Change -f/--hostfile to -F/--hostfile
  • Change -T/--test to -t/--test
  • Switch argparsing to ArgumentParser
  • Validate if filepath exists and can be read at the ArgumentParser
  • Stop wrapping text messages
  • Include the program name in error messages
  • Show message per certificate when request or retrieval fails
  • Increased the number of retries for certificate retrieval

v3.1.1

27 Mar 15:29
bded841
Compare
Choose a tag to compare
  • Rename request.py to cert_request.py
  • Move common crypto code to cert_utils.py
  • Change permissions on generated keys to 644
  • Make -k and -c required in osg-incommon-cert-request, with no default
  • Expand tildes in --cert= and --key= osg-incommon-cert-request options
  • Immediately fail osg-incommon-cert-request if InCommon authentication fails

v3.1.0

08 Mar 23:53
7dbbb58
Compare
Choose a tag to compare

Added osg-incommon-cert-request, which can be used to request and retrieve host or service certificates from the InCommon CA. It requires a user account with InCommon authorized to use the remote API, and a user certificate and key issued by InCommon that is authorized to create host certificates for that account.

v3.0.1

18 Feb 21:49
49f99ab
Compare
Choose a tag to compare

Fixed bug where osg-cert-request did not accept multi-word state/province names (SOFTWARE-3591)

v3.0.0

27 Jun 19:03
74676f3
Compare
Choose a tag to compare

A major rewrite of the osg-pki-tools due to the retirement of OIM and the OSG CA (https://opensciencegrid.org/technology/policy/service-migrations-spring-2018/). 3.0.0 only contains osg-cert-request, which now generates certificate signing request (CSR) and private key pairs. The intention is that admins will generate CSRs to request InCommon host certificates (https://opensciencegrid.org/docs/security/host-certs/#requesting-incommon-host-certificates).

JIRA tickets addressed in this version:

v2.1.4

23 Jan 18:14
Compare
Choose a tag to compare
  • Fix errors that prevented osg-user-cert-renew and osg-cert-revoke from running

v2.1.3

12 Jan 20:13
fb56696
Compare
Choose a tag to compare
  • Fix osg-user-cert-renew when called without cert and key options SOFTWARE-3061