U2F Validation server with wsgi interface ported to Docker.
1.0K
These instruction will get you a working u2fval server from @yubico in docker env.
Docker 1.10
docker build -r u2fval:{TAG}
Required mounts:
# docker run -d --name u2fval-server -p 8080:8080 -v $HOSTDIR:/u2fval-data u2fval
```
#### Initiate database schema
If you didn't modified config file, it will create SQLITE database file.
```
docker run {args} u2fval db init
```
### Upgrade database schema basing on connection string in u2fval.conf file
```
docker run {args} u2fval db upgrade
```
### run standalone webserver
```
docker run {args} u2fval run -i0.0.0.0
```
## Authors
* **Piotr Radosz** - *Initial work* - [piotron](https://github.com/piotron)
Content type
Image
Digest
Size
266.4 MB
Last updated
over 10 years ago
docker pull piotron/u2fval