1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00

Modify default KSM URL.

- our ksm daemon listens on port 8002 by default,
	so ykval should also have the same default.
This commit is contained in:
Jean Paul Galea 2015-07-28 17:09:36 +00:00
parent b106789217
commit 382cfc2ab5

View File

@ -127,6 +127,6 @@ function otp2ksmurls ($otp, $client)
return array(
// "https://ykkms1.example.com/wsapi/decrypt?otp=$otp",
// "https://ykkms2.example.com/wsapi/decrypt?otp=$otp",
"http://127.0.0.1/wsapi/decrypt?otp=$otp",
"http://127.0.0.1:8002/wsapi/decrypt?otp=$otp",
);
}