-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from galex505/v4
chore: add ssl/tls creation faq
- Loading branch information
Showing
4 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. index:: Resetting TLS/SSL Certificates | ||
|
||
Resetting TLS/SSL Certificates | ||
------------------------------ | ||
|
||
**Q: How can I reset TLS/SSL Certificates?** | ||
|
||
The Analysis Cockpit ships with a self-signed certificate for its web interface | ||
that expires after 182 days. If you do not use your own CA | ||
infrastructure and want to renew the certificate or want to revert | ||
from a broken state, you can recreate a self-signed certificate. | ||
To do so log in using SSH and execute: | ||
|
||
.. code-block:: console | ||
nextron@asgard:~$ sudo openssl req -new -newkey rsa:4096 -days 182 -nodes -x509 -subj "/O=Nextron Systems GmbH/CN=$(hostname --fqdn)" -keyout /etc/asgard-analysis-cockpit/http.key -out /etc/asgard-analysis-cockpit/http.pem | ||
You need to restart the Analysis Cockpit in order for the changes to take effect. | ||
|
||
.. code-block:: console | ||
nextron@asgard:~$ sudo systemctl restart asgard-analysis-cockpit.service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ right after. | |
iexplorer | ||
admin-pass | ||
2fa | ||
certificates |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters