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
Allow the location of the certificate and the private key to be configurable in the ~/.tms/config/tms.toml file. Currently, tms_server expects the full certificate chain to be in ~/.tms/certs/cert.pm and the private key to be in ~./tms/certs/key.pm. These locations should be the default but overridable from the configuration file.
Another approach would be to create a script automatically invoked on cert/key update that copies the cert and key to the ~./tms/certs directory of the id that runs tms_server as follows:
This may not be a good idea.
Instead, it might be better to configure a post-processor for when the key and cert get updated.
The post-processor would move them into the ~/.tms/certs directory and update the permissions.
Allow the location of the certificate and the private key to be configurable in the ~/.tms/config/tms.toml file. Currently, tms_server expects the full certificate chain to be in ~/.tms/certs/cert.pm and the private key to be in ~./tms/certs/key.pm. These locations should be the default but overridable from the configuration file.
Another approach would be to create a script automatically invoked on cert/key update that copies the cert and key to the ~./tms/certs directory of the id that runs tms_server as follows:
The text was updated successfully, but these errors were encountered: