-
Open a terminal and change directory to the target download folder.
-
Download the binary distribution file fido2server-v4.4.1-dist.tgz.
shell> wget https://github.com/StrongKey/fido2/raw/master/fido2server-v4.4.1-dist.tgz -
Extract the downloaded file to the current directory:
shell> tar xvzf fido2server-v4.4.1-dist.tgz -
Execute the upgrade-skfs.sh script as follows:
shell> sudo ./upgrade-skfs.sh -
Using the following command, confirm the FIDO2 Server is running. The API Web Application Definition Language (WADL) file comes back in response.
shell> curl -k https://localhost:8181/skfs/rest/application.wadl