Skip to content
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

Whether TLS supports using certificates in the form of text strings instead of files #1502

Closed
cproape opened this issue Jul 11, 2024 · 2 comments

Comments

@cproape
Copy link

cproape commented Jul 11, 2024

Something like this

const char *ca_cert_str = "-----BEGIN CERTIFICATE-----\n..."
                          "-----END CERTIFICATE-----\n";

const char *client_cert_str = "-----BEGIN CERTIFICATE-----\n..."
                              "-----END CERTIFICATE-----\n";

const char *client_key_str = "-----BEGIN PRIVATE KEY-----\n..."
                             "-----END PRIVATE KEY-----\n";

thank you

@fpagliughi
Copy link
Contributor

There is an existing issue with a similar request, #811

@icraggs
Copy link
Contributor

icraggs commented Sep 5, 2024

Will track under #811

@icraggs icraggs closed this as completed Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants