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
Scott, I suggest adding a certificate expiration check to our project. I.e., if the certificate expired at the current UTC +TZ time on the server, then the icon changes in the "Status" column in the "Status" table, the label changes to red in the "Expiration" column, and a button appears in the "Certificates" column delete.
I guess need to introduce a function .Expiration which will check the validity of the certificate.
Roughly what it looks like in certificate.html
Also, need the "Remove" button to delete all files associated with the given configuration name (name.crt, name.key, name.req, serial.pem, name.conf and name.ovpn). Since the certificate has expired, it is in fact invalid and you cannot connect with it. Accordingly, he does not need to make a revoke and does not need to be added to the recall list either.
What do you think? I think this is a great feature for our project.
The text was updated successfully, but these errors were encountered:
@bnhf
Scott, I suggest adding a certificate expiration check to our project. I.e., if the certificate expired at the current UTC +TZ time on the server, then the icon changes in the "Status" column in the "Status" table, the label changes to red in the "Expiration" column, and a button appears in the "Certificates" column delete.
I guess need to introduce a function .Expiration which will check the validity of the certificate.
Roughly what it looks like in certificate.html
Also, need the "Remove" button to delete all files associated with the given configuration name (
name.crt, name.key, name.req, serial.pem, name.conf and name.ovpn
). Since the certificate has expired, it is in fact invalid and you cannot connect with it. Accordingly, he does not need to make a revoke and does not need to be added to the recall list either.What do you think? I think this is a great feature for our project.
The text was updated successfully, but these errors were encountered: