<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Authentication :: goshs Documentation</title>
    <link>https://docs.goshs.de/en/usage/authentication/index.html</link>
    <description>There are two options for authentication that can be used exclusively or combined:&#xA;Basic Authentication Certificate Based Authentication </description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Thu, 04 Jul 2024 15:57:29 +0200</lastBuildDate>
    <atom:link href="https://docs.goshs.de/en/usage/authentication/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Basic authentication</title>
      <link>https://docs.goshs.de/en/usage/authentication/basic/index.html</link>
      <pubDate>Thu, 04 Jul 2024 15:57:29 +0200</pubDate>
      <guid>https://docs.goshs.de/en/usage/authentication/basic/index.html</guid>
      <description>Use basic authentication You can use basic authentication with -b to secure the web server. The format is -b user:password, where user can be empty like -b :password.&#xA;$ goshs -b secret-user:secret-password WARNING[2024-07-04 18:01:46] You are using basic auth without SSL. Your credentials will be transferred in cleartext. Consider using -s, too. INFO [2024-07-04 18:01:46] Using basic auth with user &#39;secret-user&#39; and password &#39;secret-password&#39; INFO [2024-07-04 18:01:46] Download embedded file at: /example.txt?embedded INFO [2024-07-04 18:01:46] Serving on interface lo bound to 127.0.0.1:8000 INFO [2024-07-04 18:01:46] Serving on interface eth0 bound to 10.137.0.27:8000 INFO [2024-07-04 18:01:46] Serving HTTP from /home/user Connection without authentication:</description>
    </item>
    <item>
      <title>Certificate based authentication</title>
      <link>https://docs.goshs.de/en/usage/authentication/cert/index.html</link>
      <pubDate>Thu, 04 Jul 2024 15:57:29 +0200</pubDate>
      <guid>https://docs.goshs.de/en/usage/authentication/cert/index.html</guid>
      <description>Use certificate based authentication with client certificates If you already have a CA you could provide goshs with the CA certificate and this will activate certificate based authentication. Any certificate that is signed by the CA can now be used to authenticate against the server.&#xA;Info You will need to combine this option with TLS in any form to work. So choose -s and then either:</description>
    </item>
  </channel>
</rss>