steppingstone

command module
v0.0.1-pre Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2021 License: GPL-3.0 Imports: 17 Imported by: 0

README

Steppingstone

Leihs authentication server using CAS

build

Build with docker:

$ docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.14 go build -v

First run will create a config file at the specified path.

example conf.yml

leihsurl: https://leihs.hopto.org/
casurl: https://signon.aau.dk/cas/
server_addr: :8282
external_private_key_path: ./keys/external_key_pair.pem
internal_public_key_path: ./keys/internal_public_key.pem
https_cert_path: /etc/letsencrypt/live/{{.LeihsUrl}}/cert.pem
https_key_path: /etc/letsencrypt/live/{{.LeihsUrl}}/privkey.pem

As seen from system admin tab in Leihs

Caveat

Under "Basic properties" type = "external". "external" is keyword

[Leihs external authentication wiki]https://github.com/leihs/leihs/wiki/external_authentication

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL