From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48DCA138334 for ; Wed, 3 Apr 2019 08:13:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23343E089D; Wed, 3 Apr 2019 08:13:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECE3DE089D for ; Wed, 3 Apr 2019 08:13:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE786335C77 for ; Wed, 3 Apr 2019 08:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51C05570 for ; Wed, 3 Apr 2019 08:12:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1554279163.82becf30019ffe50ed0d2e522c91c5adb79769c0.mgorny@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0080.rst X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 82becf30019ffe50ed0d2e522c91c5adb79769c0 X-VCS-Branch: master Date: Wed, 3 Apr 2019 08:12:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0734cdd1-21a2-4d6b-bdef-66db95d79835 X-Archives-Hash: 21e96948dcc73f317672c06e1287b399 commit: 82becf30019ffe50ed0d2e522c91c5adb79769c0 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 3 08:12:43 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 3 08:12:43 2019 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=82becf30 glep-0080: Fix self-URLs Signed-off-by: Michał Górny gentoo.org> glep-0080.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glep-0080.rst b/glep-0080.rst index 8f492aa..bfbae55 100644 --- a/glep-0080.rst +++ b/glep-0080.rst @@ -143,7 +143,7 @@ GnuPG command line (informational) In order to create a signature following this specification, the following command-line arguments can be used:: - gpg --cert-policy-url 'https://www.gentoo.org/glep/glep-9999.rst' \ + gpg --cert-policy-url 'https://www.gentoo.org/glep/glep-0080.rst' \ --ask-cert-level --cert-digest-algo SHA512 \ --edit-key @@ -151,7 +151,7 @@ Alternatively, if those options should bapply to all certifications made, they can be included in the configuration file ``~/.gnupg/gpg.conf``:: - cert-policy-url https://www.gentoo.org/glep/glep-9999.rst + cert-policy-url https://www.gentoo.org/glep/glep-0080.rst ask-cert-level cert-digest-algo SHA512