-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import-Certificate #520
Comments
Using BcContainerHelper and the -useSSL switch on New-BcContainer will give you a self-signed certificate. |
@freddydk OP's link doesn't point to an actual "self-signed" certificate despite their description. @Fareroo7 We'd need more information than just that command. But if you're following that HowTO I had to include |
@freddydk, @rdebath thank you for ur comments! Yes, ofc here some more details: im managing the bc containers with kubernetes for our dev team and there I want to implement ssl-certificates. And I don't know why the default script for generating self-signed certificates (for example from the BcContainerHelper) is working but my script is not able to import the certificate. Hope this explains my situation a little bit better. |
I want to use self-signed certificates, like described here: HOWTO
When I try to run this command:
Import-Certificate -FilePath C:\Run\my\certs\tls.crt -CertStoreLocation Cert:\LocalMachine\My\
the following error occurs:
The text was updated successfully, but these errors were encountered: