f37 -> f39
[infrastructure.git] / onelab-sso / NOTES
1 ********** requirements
2 requires cherrypy 3.x:
3 . available in f14 with
4 yum install python-cherrypy
5 . available in macos with
6 sudo port install py26-cherrypy3
7
8 note that running https requires the OpenSSL module as well
9 . f14
10 yum install pyOpenSSL
11 . macos
12 ???
13
14 ********** SSL
15 on my devel box I created a fake cert using
16 . openssl req -new -x509 -days 120 -set_serial $RANDOM -batch -subj "/CN=zankai.inria.fr" -nodes -keyout zankai.key -out zankai.crt
17
18 worked like a charm 
19
20 ********** xmlrpc
21 http://www.cherrypy.org/wiki/BuiltinTools#tools.xmlrpc
22 http://tools.cherrypy.org/wiki/XmlRpcIntrospection