mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
offerings formatted to fit on screen
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
EFF (DV);The EFF Trustify CA, Domain Validated - FREE
|
EFF (DV);EFF CA, Domain Validated - FREE
|
||||||
UMich (DV);The Michigan Trustify CA, Domain Validated - FREE
|
UMich (DV);Michigan CA, Domain Validated - FREE
|
||||||
TrustUS (DV);The TrustUS Trustify CA, Domain Validated - FREE
|
TrustUS (DV);TrustUS CA, Domain Validated - FREE
|
||||||
TrustUS (OV);The TrustUS Trustify CA, Orgainization Validated - 10 USD
|
TrustUS (OV);TrustUS CA, Orgainization Validated - 10 USD
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ def choice_of_ca():
|
|||||||
result = d.menu("Pick a Certificate Authority. They're all unique and special!", width=70, choices=choices)
|
result = d.menu("Pick a Certificate Authority. They're all unique and special!", width=70, choices=choices)
|
||||||
|
|
||||||
def get_cas():
|
def get_cas():
|
||||||
with open(".ca_offerings") as f:
|
with open("trustify/client/.ca_offerings") as f:
|
||||||
choices = [line.split(";", 1) for line in f]
|
choices = [line.split(";", 1) for line in f]
|
||||||
|
|
||||||
return choices
|
return choices
|
||||||
|
|||||||
Reference in New Issue
Block a user