<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=GSM_Webinterface_Letsencrypt</id>
	<title>GSM Webinterface Letsencrypt - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=GSM_Webinterface_Letsencrypt"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=GSM_Webinterface_Letsencrypt&amp;action=history"/>
	<updated>2026-05-15T07:10:39Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=GSM_Webinterface_Letsencrypt&amp;diff=20997&amp;oldid=prev</id>
		<title>Robin.will: Die Seite wurde neu angelegt: „=Install= *apt-get install certbot  *systemctl stop greenbone-security-assistant =Get Certificate= *certbot certonly --standalone -d cain.txxn.de  =Konfigurati…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=GSM_Webinterface_Letsencrypt&amp;diff=20997&amp;oldid=prev"/>
		<updated>2020-09-14T07:29:14Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=Install= *apt-get install certbot  *systemctl stop greenbone-security-assistant =Get Certificate= *certbot certonly --standalone -d cain.txxn.de  =Konfigurati…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Install=&lt;br /&gt;
*apt-get install certbot &lt;br /&gt;
*systemctl stop greenbone-security-assistant&lt;br /&gt;
=Get Certificate=&lt;br /&gt;
*certbot certonly --standalone -d cain.txxn.de&lt;br /&gt;
&lt;br /&gt;
=Konfiguration=&lt;br /&gt;
*vi /etc/systemd/system/greenbone-security-assistant.service&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Greenbone Security Assistant&lt;br /&gt;
Documentation=man:gsad(8) http://www.openvas.org/&lt;br /&gt;
Wants=openvas-manager.service&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=simple&lt;br /&gt;
PIDFile=/var/run/gsad.pid&lt;br /&gt;
ExecStart=/usr/sbin/gsad --foreground --listen=0.0.0.0 --port=9392 --mlisten=0.0.0.0 --mport=9390 --ssl-private-key=/etc/letsencrypt/live/cain.tuxmen.de/privkey.pem --ssl-certificate=/etc/letsencrypt/live/cain.tuxmen.de/cert.pem --allow-header-host &amp;quot;cain.tuxmen.de&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Renew Script=&lt;br /&gt;
*cat /usr/local/sbin/cert-renew &lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 SERVICES=&amp;quot;greenbone-security-assistant&amp;quot;&lt;br /&gt;
 for SERVICE in $SERVICES&lt;br /&gt;
 do&lt;br /&gt;
 systemctl $1 $SERVICE&lt;br /&gt;
 done&lt;br /&gt;
*chmod a+x /usr/local/sbin/cert-renew&lt;br /&gt;
=Cronjob=&lt;br /&gt;
*crontab -e&lt;br /&gt;
 5 0 * * *	/usr/bin/certbot renew --quiet --pre-hook &amp;quot;/usr/local/sbin/cert-renew stop&amp;quot; --post-hook &amp;quot;/usr/local/sbin/cert-renew start&amp;quot;&lt;br /&gt;
=Start greenbone-security-assistant=&lt;br /&gt;
*systemctl start greenbone-security-assistant&lt;/div&gt;</summary>
		<author><name>Robin.will</name></author>
	</entry>
</feed>