Skip to content

Commit 6634199

Browse files
author
Paul Savoie
committed
replaces new /documentation/ links
1 parent b8e3b47 commit 6634199

17 files changed

+3815
-1512
lines changed

docs/artifact-configuration/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Create detached GPG signatures to sign any file with a GPG key
284284
>
285285
> Our documentation uses the term GPG for these key and signature types. While OpenPGP would be the technically correct term, is often referred to via its de-facto standard implementation, _GNU Privacy Guard_ (GPG or GnuPG). The first implementation was _Pretty Good Privacy_ (PGP), and the format was ultimately standardized as OpenPGP.
286286
>
287-
> The GPG community uses various terms for certificates, including _GPG Key_, _Public Key_, _Transferable Public Key_ and _Certificate_. To avoid confusion with the public key of a asymmetric key pair, and for consistency within our documentation, we use the term _GPG Key_ as a specific type of _Certificate_. See [Managing Certificates](/documentation/managing-certificates#certificate-types) for more information.
287+
> The GPG community uses various terms for certificates, including _GPG Key_, _Public Key_, _Transferable Public Key_ and _Certificate_. To avoid confusion with the public key of a asymmetric key pair, and for consistency within our documentation, we use the term _GPG Key_ as a specific type of _Certificate_. See [Managing Certificates](/managing-certificates#certificate-types) for more information.
288288
289289
{:.panel.note}
290290
> **Detached signature files and GPG key reference**

docs/assets/js/main-bundle.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/crypto-providers/cryptoki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Check the output of `openssl version` on your target system to select the correc
5858

5959
### Configuration
6060

61-
See [SignPath Crypto Providers](/documentation/crypto-providers/#crypto-provider-configuration) for general configuration options.
61+
See [SignPath Crypto Providers](/crypto-providers/#crypto-provider-configuration) for general configuration options.
6262

6363
### Parameters {#cryptoki-parameters}
6464

docs/crypto-providers/gpg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Creating GPG signatures with SignPath
1212

1313
## Terminology
1414

15-
GPG uses various terms for certificates. We use the term **_GPG key_** in our GPG documentation, but keep in mind that other parts of the SignPath documentation will use the general term _certificate_. See [Managing Certificates](/documentation/managing-certificates#certificate-types) for more information.
15+
GPG uses various terms for certificates. We use the term **_GPG key_** in our GPG documentation, but keep in mind that other parts of the SignPath documentation will use the general term _certificate_. See [Managing Certificates](/managing-certificates#certificate-types) for more information.
1616

1717
### Using GnuPG with PKCS #11
1818

@@ -64,7 +64,7 @@ While executing each signing tool, SignPath is called to perform a hash-based si
6464

6565
For `gnupg-pkcs11-scd`, `stdout` console output must be disabled. Use the log files for troubleshooting.
6666

67-
The [`InitializeSignPathCryptoProviderGpgSigning` helper function](/documentation/crypto-providers/gpg#configure-gnupg) uses the following logging directories:
67+
The [`InitializeSignPathCryptoProviderGpgSigning` helper function](/crypto-providers/gpg#configure-gnupg) uses the following logging directories:
6868

6969
* SignPath Cryptoki logs: `/tmp/SignPathLogs/<timestamp>.log`
7070
* `gnupg-pkcs11-scd` logs: `/tmp/SignPathLogs/gnupg-pkcs11-scd.log`

docs/crypto-providers/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Simply copy-deploy the `SignPathCryptoTokenKit.app` application to the target sy
2020

2121
### Configuration
2222

23-
See [SignPath Crypto Providers](/documentation/crypto-providers/#crypto-provider-configuration) for general configuration options.
23+
See [SignPath Crypto Providers](/crypto-providers/#crypto-provider-configuration) for general configuration options.
2424

2525
### Background
2626

docs/crypto-providers/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ msiexec /x SignPathCryptoProviders-$Version.msi /qn /L* uninstall.log | Out-Host
8585

8686
### Configuration
8787

88-
See [SignPath Crypto Providers](/documentation/crypto-providers/#crypto-provider-configuration) for general configuration options.
88+
See [SignPath Crypto Providers](/crypto-providers/#crypto-provider-configuration) for general configuration options.
8989

9090
## Using KSP/CSP parameters of signing tools
9191

docs/managing-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ With SignPath, you have the following options for creating or importing a certif
2222
* **Self-signed X.509 certificates** are not signed by any certificate authority and therefore not trusted. You can use them for testing your release process.
2323
* **X.509 certificate signing requests (CSRs)** can be created using SignPath. You can use the CSR to purchase a certificate from a trusted certificate authority (CA). By creating a CSR, you ensure that the private key is created directly on our hardware security module (HSM) and cannot be compromised. This is the recommended way for securing your code signing process. Once issued, you can [upload the certificate](#ca-issued-x509-certificates) to SignPath.
2424
* **PFX-imported X.509 certificates**: If you already own a certificate, you can simply upload it. However, as your private key may have already been exposed, we recommend to use PFX imports only as a temporary solution. (Only available for RSA keys.)
25-
* **GPG keys** are certificates based on the OpenPGP standard, usually referred to as GPG or GnuPG. They can be used to sign arbitrary files using [GPG detached signatures](/documentation/artifact-configuration/reference#create-gpg-signature) or using our [crypto providers](/documentation/crypto-providers/gpg). GPG is also the foundation of many Linux and Open Source signing formats including RPM and Debian package signing.
25+
* **GPG keys** are certificates based on the OpenPGP standard, usually referred to as GPG or GnuPG. They can be used to sign arbitrary files using [GPG detached signatures](/artifact-configuration/reference#create-gpg-signature) or using our [crypto providers](/crypto-providers/gpg). GPG is also the foundation of many Linux and Open Source signing formats including RPM and Debian package signing.
2626

2727
{:.panel.info}
2828
> **GPG keys and certificates**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
# Used in the powershell module
3-
redirect_to: /documentation/artifact-configuration/syntax#parameters
3+
redirect_to: /artifact-configuration/syntax#parameters
44
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
# Used in the powershell module
3-
redirect_to: /documentation/powershell/Get-CertificateByMicrosoftTemplateId
3+
redirect_to: /powershell/Get-CertificateByMicrosoftTemplateId
44
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
# Used in the powershell module
3-
redirect_to: /documentation/powershell/Get-SignedArtifact
3+
redirect_to: /powershell/Get-SignedArtifact
44
---

0 commit comments

Comments
 (0)