Specify the Credentials store an lookup procedure #43

Closed
opened 2019-04-05 09:04:40 +02:00 by OCram85 · 0 comments
Owner

Implementing the following workflow:

Windows

Private Stores

  • Import the new cert into CurrentUser\My store
  • Read the cert only from CurrentUser\My store

Shared Stores

  • Import the new cert into LocalMachine\My
  • Try t o read the cert in following order:
    • LocalMachine\My
    • LocalMachine\Root
    • As fallback it the cert was manually imported / deployed via GPO

Linux

Private Stores

  • Import the new cert into CurrentUser\My store
  • Read the cert only from CurrentUser\My store

Shared Stores

  • Import the new cert into CurrentUser\My
  • Try t o read the cert in following order:
    • CurrentUser\My
    • LocalMachine\Root
    • As fallback it the cert was manually imported / deployed via GPO
Implementing the following workflow: # Windows ## Private Stores - Import the new cert into `CurrentUser\My` store - Read the cert only from `CurrentUser\My` store ## Shared Stores - Import the new cert into `LocalMachine\My` - Try t o read the cert in following order: - `LocalMachine\My` - `LocalMachine\Root` - As fallback it the cert was manually imported / deployed via GPO # Linux ## Private Stores - Import the new cert into `CurrentUser\My` store - Read the cert only from `CurrentUser\My` store ## Shared Stores - Import the new cert into **`CurrentUser\My`** - Try t o read the cert in following order: - **`CurrentUser\My`** - `LocalMachine\Root` - As fallback it the cert was manually imported / deployed via GPO
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OCram85/PSCredentialStore#43
No description provided.