mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Added a fetch OID TODO
This commit is contained in:
parent
1cb25dd143
commit
e8f90a631a
1 changed files with 2 additions and 1 deletions
|
|
@ -72,7 +72,8 @@ def verify_challenge(address, r, nonce):
|
|||
|
||||
for i in range(0,cert_chain[0].get_ext_count()):
|
||||
ext = cert_chain[0].get_ext_at(i)
|
||||
|
||||
|
||||
# TODO: Pull out OID instead of nid
|
||||
if sni_support.get_nid(ext.x509_ext) == 0:
|
||||
|
||||
valid = check_challenge_value(sni_support.get_unknown_value(ext.x509_ext), r)
|
||||
|
|
|
|||
Loading…
Reference in a new issue