You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

How to add a new user to RAFT DEV

ssh www@mitbi-dev.mit.edu

cd /etc/httpd/conf.d

nano or vi ssl.conf

find 8443 virtual host

find SSLRequire ( %{SSL_CLIENT_S_DN_Email} add new username @MIT.EDU to list of authorized users

sudo /usr/local/bin/restart-httpd
  • No labels