X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=onelab-sso%2FNOTES;fp=onelab-sso%2FNOTES;h=615b34a7f5bb96d4773939e50962ae7b9df1899a;hb=42c4b7f7c358b593b9b328a2e2499d8c185baf3e;hp=0000000000000000000000000000000000000000;hpb=fe0721d5668db678246ecc51482e6ecfcfe4f94c;p=infrastructure.git diff --git a/onelab-sso/NOTES b/onelab-sso/NOTES new file mode 100644 index 0000000..615b34a --- /dev/null +++ b/onelab-sso/NOTES @@ -0,0 +1,22 @@ +********** requirements +requires cherrypy 3.x: +. available in f14 with +yum install python-cherrypy +. available in macos with +sudo port install py26-cherrypy3 + +note that running https requires the OpenSSL module as well +. f14 +yum install pyOpenSSL +. macos +??? + +********** SSL +on my devel box I created a fake cert using +. openssl req -new -x509 -days 120 -set_serial $RANDOM -batch -subj "/CN=zankai.inria.fr" -nodes -keyout zankai.key -out zankai.crt + +worked like a charm + +********** xmlrpc +http://www.cherrypy.org/wiki/BuiltinTools#tools.xmlrpc +http://tools.cherrypy.org/wiki/XmlRpcIntrospection