Skip to content

issues Search Results · repo:broadinstitute/python-cert_manager language:Python

Filter by

13 results
 (65 ms)

13 results

inbroadinstitute/python-cert_manager (press backspace or delete to remove)

Hi I want to update methods to use current v2 api version when available. I made some changes to library, see https://github.com/mikkohirvonen/python-cert_manager/tree/dynamic-api-version/cert_manager ...
  • mikkohirvonen
  • Opened 
    on Mar 26, 2024
  • #221

Hello, Firstly thank you for your wonderful library, it s certainly saved me a lot of effort! I m hitting an issue on version 2.4.0 (tested with python 3.7 and 3.12) where when I call ssl.renew(id_of_cert) ...
  • NetworkSeb
  • Opened 
    on Mar 4, 2024
  • #220

Hello, we just started using ACME and latest release doesn t support pagination so acme.all() and acme.find() will only return 12 hits. Is it possible to cut a release so I can install that from pypi ...
  • matejzero
  • Opened 
    on May 29, 2023
  • #178

The Domain and Reports endpoints have been committed and merged, but the needed endpoints are not yet available in the current version v2.2.0 dom = cert_manager.Domain(client=client) AttributeError: ...
  • peiffer-umn
  • Opened 
    on Apr 15, 2022
  • #105

Hi, I am using this package to enroll SSL certs, so first I create a CSR (this I check that has all the SANs valid) and then I call ssl.enroll like: ssl.enroll(cert_type_name= OV Multi-Domain , csr=data, ...
  • titansmc
  • 6
  • Opened 
    on Mar 3, 2022
  • #89

Hi, Just wondering if you were planning to do a new release on Pypi soon ? I am using the SMIME code (PR #39) on my project and it would be great if I could directly get the lib from Pypi 😄
  • joachimBurket
  • 1
  • Opened 
    on Oct 19, 2021
  • #61

Will a new version be pushed to PyPi? Version 1.0.0 appears to not have support for setting externalRequester on Certificates._enroll() method. Thank you for your time.
  • evilensky
  • 3
  • Opened 
    on May 7, 2021
  • #30

Hey, I m trying to create a cert from the sample code in README, but I m getting a 400 error back. Code: result = ssl.enroll( cert_type_name= our_cert_type , csr=csr, term=365, org_id=cert_org[0][ ...
  • matejzero
  • 6
  • Opened 
    on Mar 22, 2021
  • #28

When I try to use the revoke method on an instance of the SSL class, I get the following error: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) Digging into it with a debugger, ...
  • alextremblay
  • Opened 
    on Feb 4, 2021
  • #26

Hi @coreone, thank you for all the work you ve put into this library. It s immensely helpful! looking at the source on main, i see you ve implemented a getter for custom_fields from the API, but the enroll ...
  • alextremblay
  • 3
  • Opened 
    on Jan 21, 2021
  • #24
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub