6 references to Pem
aspire (6)
Certificates\CertificateGeneration\CertificateManager.cs (3)
680
case CertificateKeyExportFormat.
Pem
:
718
if (format == CertificateKeyExportFormat.
Pem
)
761
if (includePrivateKey && format == CertificateKeyExportFormat.
Pem
)
Certificates\CertificateGeneration\MacOSCertificateManager.cs (1)
175
ExportCertificate(certificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.
Pem
);
Certificates\CertificateGeneration\UnixCertificateManager.cs (1)
296
ExportCertificate(certificate, certPath, includePrivateKey: false, password: null, CertificateKeyExportFormat.
Pem
);
Utils\EnvironmentChecker\DcpDeveloperCertificateCache.cs (1)
33
certificateManager.ExportCertificate(certificate, certificatePath, includePrivateKey: !File.Exists(keyPath), password: null, CertificateKeyExportFormat.
Pem
);