On Mar 14, 2011, at 8:59 PM, Jan Danielsson wrote: > After a quick glance in the code it looks like one sets cert:<host> > to the client certificate one wishes to use against server <host>. > > But how does one actually set this value? > > fossil set ... yields the error that there's no such setting > "cert:blah.com", which I guess is true. > > I assume there's something painfully trivial I'm missing. But what?
Fossil doesn't support client certificates. The setting you're referring to is a storage for server certificates accepted by user (useful for self-signed certificates or for cases when OpenSSL doesn't read OS-provided root certificate storage), and it's not meant to be set by users directly. -- Dmitry Chestnykh _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

