*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid | 09:04 | |
*** nowen (~nowen@50-194-249-125-static.hfc.comcastbusiness.net) has joined #wikid | 12:48 | |
*** nowen has quit (Quit: Leaving.) | 13:56 | |
*** nowen (~nowen@50-194-249-125-static.hfc.comcastbusiness.net) has joined #wikid | 13:58 | |
*** ricardoamaro has quit (Ping timeout: 256 seconds) | 16:51 | |
*** bdashrad (~bdashrad@ocean.bdashrad.com) has joined #wikid | 19:48 | |
*** blkperl (blkperl@destiny.cat.pdx.edu) has joined #wikid | 19:49 | |
nowen | welcome bdashrad. let me know if you have any questions | 19:49 |
---|---|---|
nowen | same for you blkperl | 19:49 |
blkperl | hi all | 19:49 |
nowen | hi | 19:49 |
blkperl | nowen: yes, trying to figure out how to use the wikid ruby gem | 19:49 |
nowen | ok - not really my forte, but I bet I can help | 19:49 |
nowen | some | 19:49 |
nowen | you have your WiKID server setup? | 19:50 |
blkperl | how do i get/generate the ssl certs for auth | 19:50 |
blkperl | yeah | 19:50 |
blkperl | theres a wikid server that was setup several years ago | 19:50 |
nowen | on the WiKID server, create a network client for your ruby server. Make a wauth client. The certs will be in /opt/WiKID/private using the name of the network client with a p12 extension | 19:51 |
nowen | you might want to make sure that your intermediate cert is still valid | 19:51 |
blkperl | are there docs for this? | 19:51 |
nowen | probably in the install manual, let me check | 19:52 |
blkperl | I'm just trying to manage the wikid server from a tool, i don't need to get auth for an app working | 19:52 |
blkperl | i just need the ability to register users from the commandline | 19:52 |
nowen | cook | 19:52 |
nowen | cool | 19:52 |
nowen | hmm, our website seems slow to me | 19:53 |
blkperl | is there a command i could just wrap to do this? | 19:53 |
blkperl | or is the wauth client the best way to do this | 19:53 |
nowen | wauth is the best way. | 19:53 |
blkperl | k | 19:53 |
nowen | can you get to our website? | 19:53 |
nowen | I got a proxy error. restarting apache | 19:54 |
blkperl | nope | 19:54 |
*** WiKIDLogBot (~WiKIDLogB@ec2-54-83-0-181.compute-1.amazonaws.com) has joined #wikid | 20:03 | |
kornbluth.freenode.net | Topic for #wikid is: two-factor authentication. If no one is here, you can try the forums: http://www.wikidsystems.com/support/support/wikid-forums. Please lurk around - your question may not be answer immediately. This channel is logged: http://www.wikidsystems.com/webdemo/irclogs/index.html. | 20:03 |
kornbluth.freenode.net | Users on #wikid: WiKIDLogBot blkperl bdashrad @nowen joevano_ luntwrap coolacid @ChanServ | 20:03 |
blkperl | still down | 20:03 |
nowen | coming back, but it's slow | 20:04 |
nowen | weird. I did just publish a blog post, but no idea what happened | 20:05 |
nowen | https://www.wikidsystems.com/support/wikid-support-center/manual/how-to-install-the-wikid-strong-authentication-server/how-to-install-the-wikid-strong-authentication-server-enterprise-edition-page-4 shows how to create a network client | 20:06 |
nowen | have you seen the example.jsp page on the WiKID server? | 20:08 |
blkperl | no | 20:09 |
nowen | every server has the example.jsp page behind the WIKIDAdmin ui. It has every api function and is well commented | 20:11 |
nowen | https://www.wikidsystems.com/support/wikid-support-center/troubleshooting-faq/how-can-i-test-if-the-server-is-working-correctly | 20:11 |
nowen | do you mind telling me who you are with? | 20:12 |
blkperl | this link 404s https://www.wikidsystems.com/documentation/troubleshooting-wikid/how-do-i-know-if-my-certificate-is-valid | 20:17 |
blkperl | it moved to https://www.wikidsystems.com/support/wikid-support-center/troubleshooting-faq/how-do-i-know-if-my-certificate-is-valid | 20:17 |
blkperl | you should update the support/wikid-support-center/troubleshooting-faq/how-can-i-test-if-the-server-is-working-correctly page | 20:17 |
nowen | thanks - fixed | 20:18 |
nowen | so, there are a few functions that add users | 20:18 |
blkperl | ok | 20:19 |
nowen | a user can add a 2nd token with an otp from the first or an admin can do it without | 20:19 |
nowen | registerUsername adds a device to and existing account | 20:21 |
nowen | You can see the function in jsp here: https://www.wikidsystems.com/support/wikid-support-center/web-application-how-tos/how-to-use-wikid-in-a-jsp-application | 20:22 |
blkperl | yeah i found the example one on the server | 20:23 |
nowen | ok | 20:23 |
nowen | been meaning to put the network client packages on githubt | 20:23 |
blkperl | so in order to make a client i need to use the server's private key? | 20:28 |
blkperl | that doesn't make sense to me | 20:29 |
nowen | yes, each wAuth client must have an SSL cert from the server | 20:29 |
blkperl | the same cert as the server, or generate one on the serveR? | 20:29 |
nowen | the server has an intermediate CA. the network clients get a new p12 | 20:30 |
blkperl | so how do i make a network client p12 | 20:30 |
nowen | the process of adding a network client through the WiKIDAdmin creates the p12 | 20:30 |
blkperl | through the web console? | 20:30 |
nowen | yes | 20:30 |
blkperl | is it going to make the cert for me? | 20:35 |
nowen | yes | 20:36 |
blkperl | ok | 20:36 |
blkperl | lets see if this works :) | 20:36 |
nowen | ;-) | 20:36 |
nowen | much easier than trying to remember ssl commands | 20:36 |
blkperl | ya | 20:46 |
nowen | wAuth uses port 8388, btw | 21:24 |
nowen | ok - time for me to head home | 22:03 |
nowen | it's taco tuesday | 22:03 |
*** nowen has quit (Quit: Leaving.) | 22:06 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!