-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use Certificates from swan.conf in strongMan ? #159
Comments
Yeah, I guess that doesn't really work. You'd have to be able to configure the identity without selecting a certificate, but that's apparently not possible at the moment. So if you really want to use strongMan, you'd have to update the database I suppose. |
can you show example how to update certificate data in database? UPDATE certificates_certificate SET
der_container = '<WHAT?>',
public_key_hash = 'H:E:X.....',
serial_number = <serial>,
valid_not_after = 'date',
valid_not_before = 'date'
WHERE id = <id> and save for what is |
The DER (i.e. binary) encoding of the certificate. By the way, what's your reason for using strongMan? Because it seems doing this via swanctl.conf would be easier. |
I need Web UI to manage user list. Our "administrator" is to stupid to edit configs... |
OK, since the users (EAP secrets) are independent of the configs, you could just manage those via strongMan and use a swanctl.conf-based config with EAP authentication for the connection. |
Hmm... I will try. But in this case, we will lose online status indication... |
Hello!
I use Let's Encrypt certificate that has only 3 month life cycle. In strongMan GUI no way to update certificate.
In Issue suggested to use directly added certificate to swan.conf. BUT HOW?
How select this certificate added in swan.conf in connection from Web UI?
The text was updated successfully, but these errors were encountered: