diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-12 21:08:19 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-12 21:44:20 +0300 |
commit | d235d58f5521264e27decf416df74fa97f894307 (patch) | |
tree | 21bad107d242bfc6ad9b05e2c9f026f408eef29d | |
parent | c195d730ec07549351b489d396e036b1e6bace91 (diff) |
Switch to new manifest multi-line mode in repository signing documentation
-rw-r--r-- | bpkg/repository-signing.cli | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bpkg/repository-signing.cli b/bpkg/repository-signing.cli index a85ecc0..656599d 100644 --- a/bpkg/repository-signing.cli +++ b/bpkg/repository-signing.cli @@ -133,7 +133,8 @@ Add the \cb{certificate:} field for the base repository (\cb{role: base}) in the \cb{repositories} manifest file(s): \ -certificate: \ +certificate: +\\ <cert> \\ \ @@ -143,7 +144,8 @@ Replace \i{cert} with the entire contents of \cb{cert.pem} (including the an entry like this: \ -certificate: \ +certificate: +\\ -----BEGIN CERTIFICATE----- MIIDQjCCAiqgAwIBAgIJAIUgsIqSnesGMA0GCSqGSIb3DQEBCwUAMDkxFzAVBgNV . |