We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1169c5c commit a08a95fCopy full SHA for a08a95f
1 file changed
apps/foundation/lib/foundation/common.ex
@@ -61,7 +61,7 @@ defmodule Foundation.Common do
61
...> refute Common.mtls_certificate()
62
"""
63
64
- @spec mtls_certificate() :: %Certificate{} | nil
+ @spec mtls_certificate() :: Certificate.t() | nil
65
def mtls_certificate do
66
with [inet_tls_path] <- :init.get_arguments()[:ssl_dist_optfile],
67
{:ok, [config]} <- :file.consult(inet_tls_path),
0 commit comments