4 references to s_userDevCertificateLocation
Aspire.Hosting (4)
DeveloperCertificateService.cs (4)
251
var certFileName = Path.Join(
s_userDevCertificateLocation
, $"{lookup}.crt");
252
var pfxFileName = Path.Join(
s_userDevCertificateLocation
, $"{lookup}.pfx");
253
var keyFileName = Path.Join(
s_userDevCertificateLocation
, $"{lookup}.key");
394
DirectoryHelper.CreateWithOwnerOnlyPermissions(
s_userDevCertificateLocation
);