You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
Currently, C2 has its certs generated by a util/ca.go module that creates self-signed certs - too bad. It would be better to shift this implementation to something else like remotely issuing certs from some known cert publishers(?)
Also, I have had a thought to do client authentication or generally shift to mTLS.
The text was updated successfully, but these errors were encountered:
Currently, C2 has its certs generated by a util/ca.go module that creates self-signed certs - too bad. It would be better to shift this implementation to something else like remotely issuing certs from some known cert publishers(?)
Also, I have had a thought to do client authentication or generally shift to mTLS.
The text was updated successfully, but these errors were encountered: