-
-
Notifications
You must be signed in to change notification settings - Fork 854
Closed
Labels
Description
Seems like we can do this similarly mayybe using a different approach
Until then, don't export it to Linux.
WARNING: [16:02:10][Add-DbaComputerCertificate] Can't import certificate. | X509Certificate is immutable on this platform. Use the equivalent constructor instead.This could maybe be it? jitbit/AspNetSaml#9
cert = new X509Certificate2();
cert.Import(certificate);