CyberSource / CyberSource/cybersource-rest-samples-csharp

Pulling the certificate from source other than file

Open
#65 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
28
Forks
46
PR merge metrics
No merged PRs in 30d

Description

I'm hosting my app as a app service in Azure in Windows container. Is it possible to read the certificate from certificate store instead of from the file? What will be the changes I need to make instead of below calls:

        _configurationDictionary.Add("keysDirectory", "Resource");
        _configurationDictionary.Add("keyFilename", "testrest");

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named. Start by locating the configuration entry point that consumes "keysDirectory" and "keyFilename", then inspect how certificates are loaded in the C# samples and whether Azure App Service certificate-store access is supported. Done would require a documented, tested path for using the store instead of a file.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
cloud, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.