I'm running into a problem with the Redmine Bitnami stack intaller on Windows Server 2003. Setting up my project, I'm trying to add a remote subversion repo to the project, but it's erroring out. A little googling led me to some discussions on the Redmine site that leads me to believe the issue is caused by the fact that the repo I'm accessing is SSL enabled and the cert needs to be accepted before I can connect.
All the solutions are geared toward Unix/Linux though (i.e. simply su to the redmine user, run svn command line tool and accept the cert.) but I can't do that because I'm running Windows.
How can I store the SVN cert for the SYSTEM user on Windows?