fix elpher-acquire-client-certificate
authoriggy <iggy@ratbox>
Tue, 28 Jan 2025 18:29:32 +0000 (13:29 -0500)
committeriggy <iggy@ratbox>
Tue, 28 Jan 2025 18:29:32 +0000 (13:29 -0500)
commit0cd41bb4372578665a897a3c62de07a5e01b00b4
treeedf30da4a393b8387782649c7607a652b651fb1e
parenta1c5fbf16b528fb67d087437d44d66e9edc99664
fix elpher-acquire-client-certificate

The `assoc` function returns a pair, not a list, so we can't call
`cadr` on it. Instead, we should be calling `cdr` to get the value
of the certificate mapping
elpher.el