Skip to content

Commit ebd24c9

Browse files
committed
Broken link fixed
1 parent c0b72a3 commit ebd24c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/security/encryption/create-and-store-column-master-keys-always-encrypted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ There are multiple ways to create a certificate that is a valid column master ke
6464

6565
### Create a self-signed certificate using PowerShell
6666

67-
Use the [New-SelfSignedCertificate](/powershell/module/pkiclient/new-selfsignedcertificate) cmdlet to create a self-signed certificate. The following example shows how to generate a certificate that can be used as a column master key for Always Encrypted.
67+
Use the [New-SelfSignedCertificate](/powershell/module/pki/new-selfsignedcertificate) cmdlet to create a self-signed certificate. The following example shows how to generate a certificate that can be used as a column master key for Always Encrypted.
6868

6969
```
7070
# New-SelfSignedCertificate is a Windows PowerShell cmdlet that creates a self-signed certificate. The below examples show how to generate a certificate that can be used as a column master key for Always Encrypted.
@@ -87,7 +87,7 @@ If your column master key is a certificate stored in the *local machine* certifi
8787
If your column master key is a certificate stored in the *current user* certificate store location, you need to export the certificate with the private key and import it to the current user certificate store location of all user accounts running applications that are expected to encrypt or decrypt data stored in encrypted columns, or tools for configuring Always Encrypted and managing Always Encrypted keys (on all machines containing those applications/tools). No permission configuration is required - after logging on to a machine, a user can access all certificates in their current user certificate store location.
8888

8989
#### Using PowerShell
90-
Use the [Import-PfxCertificate](/powershell/module/pkiclient/import-pfxcertificate) and [Export-PfxCertificate](/powershell/module/pkiclient/export-pfxcertificate) cmdlets to import and export a certificate.
90+
Use the [Import-PfxCertificate](/powershell/module/pki/import-pfxcertificate) and [Export-PfxCertificate](/powershell/module/pki/export-pfxcertificate) cmdlets to import and export a certificate.
9191

9292
#### Using Microsoft Management Console
9393

0 commit comments

Comments
 (0)