WebEx with Cirqlive - generating isolated IdP cert
Cantor, Scott
cantor.2 at osu.edu
Tue Feb 23 15:14:23 EST 2016
On 2/23/16, 3:04 PM, "users on behalf of Rob Gorrell" <users-bounces at shibboleth.net on behalf of rwgorrel at uncg.edu> wrote:
>So my question is, what is the best way to generate a new IdP cert not to replace the one our IdP is using, but an additional one that will be just for WebEx? Can this be done with
>./install.sh renew-cert and rather than replace, just keep the old and new and plumb the new into the WebEx relying party? Am I thinking about this correctly? Anybody else using WebEx with Cirqlive?
LTI, the SSO protocol that swears it's not an SSO protocol. <vomit>
I don't really know what that option does/did, I would probably just use openssl to generate a key and self-signed cert.
openssl genrsa -out key.pem 2048
openssl req -key key.pem -x509 -out cert.pem
Or close to that anyway.
-- Scott
More information about the users
mailing list