PSCredentialStore/docs/Use-CSCertificate.md
Marco Blessing e3404666d4
All checks were successful
continuous-integration/drone/push Build is passing
update references (#60)
#### 📖 Summary

- Replace all github refs with gitea url

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #60
2022-07-13 08:34:31 +02:00

2.1 KiB

external help file Module Name schema
PSCredentialStore-help.xml PSCredentialStore 2.0.0

Use-CSCertificate

SYNOPSIS

Links an existing PFX Certificate to a CredentialStore.

SYNTAX

Private (Default)

Use-CSCertificate -Path <String> [-UseCertStore] [<CommonParameters>]

Shared

Use-CSCertificate -Path <String> [-CredentialStore <String>] [-Shared] [-UseCertStore] [<CommonParameters>]

DESCRIPTION

Linking a certificate is needed if you plan to use the same CredentialStore in cross platform scenarios.

EXAMPLES

EXAMPLE 1

Use-CSCertificate -Path 'C:\cert.pfx'

PARAMETERS

-CredentialStore

Specify a custom path for a shared credential store.

Type: String
Parameter Sets: Shared
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Path

Specify the path to the PFX Certificate you want to link for usage.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Shared

Use the credential store in shared mode.

Type: SwitchParameter
Parameter Sets: Shared
Aliases:

Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-UseCertStore

Use the given certificate and import it into the corresponding certificate store.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

[None]

OUTPUTS

[None]

NOTES