diff options
author | Michael Elkins <melkins@tislabs.com> | 2010-10-31 17:04:14 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2010-10-31 17:04:14 +0000 |
commit | 14f3f76f5ec845d4c2bfda5ddae6afef0a655f7c (patch) | |
tree | 6f21853e1714625bdee5c2982b7aea935df83ba6 /portal-gui | |
parent | cdf527ba8dbf4a8c098e605cffe3c1d75ec33b52 (diff) |
update docs on using rpkidemo with portal-gui
svn path=/portal-gui/README.rpkidemo; revision=3523
Diffstat (limited to 'portal-gui')
-rw-r--r-- | portal-gui/README.rpkidemo | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/portal-gui/README.rpkidemo b/portal-gui/README.rpkidemo index d59d12c9..2f1d0b44 100644 --- a/portal-gui/README.rpkidemo +++ b/portal-gui/README.rpkidemo @@ -31,9 +31,9 @@ Setup Fedora: cp $top/portal-gui/apache/zmyrpki.conf /etc/httpd/conf.d/ -- rpkigui/settings.py needs to be edited to allow it to make use of the - external user authentication provided by apache. there are two places - where lines need to be uncommented: +- $top/portal-gui/rpkigui/settings.py needs to be edited to allow it to make + use of the external user authentication provided by apache. There are two + places where lines need to be uncommented: a) in MIDDLEWARE_CLASSES, uncomment: @@ -47,7 +47,19 @@ Setup - Run the `adduser' script to configure the portal-gui with a new account. You need to specify the user's parent on the command line, as this acts as an - implicit authorization when rpkidemo uploads its identity.xml. + implicit authorization when rpkidemo uploads its identity.xml. This script + will be located in $prefix/share/portal-gui/scripts/adduser after + installation. + +- At this point the portal-gui is ready to accept connections from rpkidemo. + On the end-user machine, invoke $top/scripts/rpkidemo. rpkidemo will query + for the username and password, which is what you configured in the `adduser' + step above. rpkidemo will build openssl if required, then perform the + initializations steps described in $top/rpkid/doc/MyRPKI. Once the initial + setup is completed, and list_resources has been run, you should see the new + user listed as a child of the parent handle specified in the `adduser' step + above. Now you should be able to delegate resources to the new user and use + the portal-gui in the usual manner. Testing with yamltest ===================== |