【问题标题】:curl configuring with certificate and enable with particular certificate in Ccurl 使用证书配置并使用 C 中的特定证书启用
【发布时间】:2012-09-10 12:56:19
【问题描述】:

我正在使用 cCURL 与网络服务器通信,现在我需要启用 cCURL 客户端代码中的安全部分,我搜索但无法获得有关如何添加我自己的 CA 证书并启用我的客户端的信息像(ECC-CCM)这样的西装......任何信息都会很好......

【问题讨论】:

    标签: curl openssl


    【解决方案1】:

    检查manual pagesslcerts 部分

    --ciphers <list of ciphers>
    --cacert [file]
    

    【讨论】:

    • 这有助于我在命令行模式下使用,我需要使用 curl C API 将其添加到我的应用程序代码中。
    猜你喜欢
    • 1970-01-01
    • 2011-10-19
    • 1970-01-01
    • 2013-07-24
    • 1970-01-01
    • 2021-07-22
    • 1970-01-01
    • 2019-06-30
    • 2019-06-14
    相关资源
    最近更新 更多