Skip to content

Two certificates? #33

@mmbaguette

Description

@mmbaguette

How do I add more than one certificate? There's two certificates in this chain. I'm still new to TLS, so I might be missing something.

In this example, I have two certificates in this capture that I want to copy, and use in hostapd-wpe:

image

I tried comma separating them:

# May have to change these depending on build location
eap_user_file=/etc/hostapd-wpe/hostapd-wpe.eap_user
ca_cert=/etc/hostapd-wpe/certs/ca.pem
server_cert=/etc/hostapd-wpe/certs/servercert1.pem,/etc/hostapd-wpe/certs/servercert2.pem                             
private_key=/etc/hostapd-wpe/certs/server.key 
private_key_passwd=whatever
dh_file=/etc/hostapd-wpe/certs/dh

I got:
OpenSSL: tls_global_client_cert - Failed to load client certificate error:02001002:system library:fopen:No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions