From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A497B6DE0EB0 for ; Wed, 18 Mar 2020 00:48:51 -0700 (PDT) Authentication-Results: arlo.cworth.org; dkim=permerror (0-bit key) header.d=fifthhorseman.net header.i=@fifthhorseman.net header.b="5i9Ny/85"; dkim=pass (2048-bit key; unprotected) header.d=fifthhorseman.net header.i=@fifthhorseman.net header.b="nifwphd0"; dkim-atps=neutral X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.803 X-Spam-Level: X-Spam-Status: No, score=-0.803 tagged_above=-999 required=5 tests=[AWL=0.452, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_BL_SPAMCOP_NET=1.246, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oA8uX1BZihp8 for ; Wed, 18 Mar 2020 00:48:50 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 7C2846DE0EA6 for ; Wed, 18 Mar 2020 00:48:50 -0700 (PDT) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019; t=1584517729; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : from; bh=nCQDbk2vr+GXlWlB5sH+JDtMbXDtlOQKyzTPYccYyUM=; b=5i9Ny/85JgkyxVmcsCjZnHtFX+S5A9TCSGaWh3DFWFEbyR5tGuzGO9XQFJ64Dc1WQZNdl mlqcqQ0+il/ofVvBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019rsa; t=1584517729; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : from; bh=nCQDbk2vr+GXlWlB5sH+JDtMbXDtlOQKyzTPYccYyUM=; b=nifwphd0ryb+NJSmLVOapB+z0fPhH14lMRej17bk1kH+SwrfxcWRo0Slllu6sOVkvuCht E+C6pUU6ntLsosAfnOt/XMsbncFVdxIcFDHpgSksEVfDU+IfjRMdMFFhYQNY1nvzhv4Nl5j uankBZQx2ba+NsIn4DWQip7KL63SNPutX6qbsjXyRucRj8y8mMUOtY+8babux77y+q4I3oc nEEKrmQHWIFWgkhr9UMqLrsLQwk/dvABY6M4nkkcPCscbt6pZGlLZ5RkKTrh3G80dr7opCW f2t40BUfSitPAHg4pL1oCbgQ/mMqAY3FlekSPEY8ea0/TBhLLiYHt2gPJSuQ== Received: from fifthhorseman.net (lair.fifthhorseman.net [108.58.6.98]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id B1980F9A5 for ; Wed, 18 Mar 2020 03:48:49 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 3F63B2028A; Wed, 18 Mar 2020 03:48:40 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Cc: Daniel Kahn Gillmor Subject: [PATCH] tests/smime: fix typo in README Date: Wed, 18 Mar 2020 03:48:40 -0400 Message-Id: <20200318074840.366528-1-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2020 07:48:51 -0000 Signed-off-by: Daniel Kahn Gillmor --- test/smime/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smime/README b/test/smime/README index 92803c77..46211922 100644 --- a/test/smime/README +++ b/test/smime/README @@ -2,6 +2,6 @@ test.crt: self signed certificated % gpgsm --gen-key # needs gpgsm 2.1 key+cert.pem: cert + unencryped private - % gpsm --import test.crt + % gpgsm --import test.crt % gpgsm --export-private-key-p12 -out foo.p12 (no passphrase) % openssl pkcs12 -in ns.p12 -clcerts -nodes > key+cert.pem -- 2.25.1