From c7cf946edd51fba6ede2e7b5b18b68ae6c23379e Mon Sep 17 00:00:00 2001 From: siddharth Date: Fri, 16 Apr 2021 21:28:04 -0400 Subject: acmens.py: update revoke_crt * acmens.py (revoke_crt): Update _do_request; set User-Agent to `acmens`. --- acmens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acmens.py') diff --git a/acmens.py b/acmens.py index 1a856c0..bcafd14 100644 --- a/acmens.py +++ b/acmens.py @@ -374,7 +374,7 @@ def revoke_crt(account_key, crt): data=data, headers={ "Content-Type": "application/jose+json", - "User-Agent": "acme-nosudo", + "User-Agent": "acmens", }, ) ) -- cgit v1.2.3