Skip to content

Releases: opensciencegrid/osg-pki-tools

v2.1.2

08 Dec 22:42
00b5109
Compare
Choose a tag to compare
  • Fix bug that prevented requesting service certificates (SOFTWARE-3051)
  • Handle HTTPS failed responses when the HTTPS connection succeeds and the HTTP connection fails (SOFTWARE-3034)

v2.1.1

07 Dec 18:43
ec56bd6
Compare
Choose a tag to compare

v2.1.0

28 Nov 21:55
Compare
Choose a tag to compare

v2.0.0

31 Oct 14:49
ec333a9
Compare
Choose a tag to compare

This release contains a major refactoring of osg-cert-request and osg-gridadmin-cert-request along with their relevant functions in the OSGPKIUtils.py and ConnectAPI.py libraries. Additionally, we've added the following features:

  • osg-cert-request now defaults to authenticated requests if a user certificate and key are available. Force unauthenticated requests with --unauthenticated (SOFTWARE-2898)
  • Certificate request quota verification is now performed server-side (SOFTWARE-2472)

1.2.20

24 Oct 14:59
Compare
Choose a tag to compare

1.2.19

22 Aug 17:20
Compare
Choose a tag to compare

1.2.18

25 May 16:51
Compare
Choose a tag to compare
  • Add timeout to osg-user-cert-revoke (SOFTWARE-2322)

1.2.17

04 May 21:02
Compare
Choose a tag to compare
  • Fix missing import in osg-user-cert-renew

1.2.16

25 Apr 17:26
Compare
Choose a tag to compare
  • Fix timeout option to respect tool runtime (SOFTWARE-2258)
  • Improve PKI tool error message when missing VO request information (SOFTWARE-2292)
  • Mark scripts executable (#6)
  • Misc bug fixes (#3)
    • Interrupting osg-gridadmin-cert-request resulted in a NameError
    • When KeyError and HTTPExceptions were caught, osg-gridadmin-cert-request exited 0
    • Catch SSLError when using an expired cert