Skip to content

Commit

Permalink
Small changes to the testing program
Browse files Browse the repository at this point in the history
  • Loading branch information
lokedhs committed Mar 23, 2013
1 parent bedf456 commit cbb8b0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lfarm-ssl/test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
(ql:quickload "lfarm-ssl"))

(let ((lfarm-common:*auth* (make-instance 'lfarm-ssl:ssl-auth-server
:path "/Users/elias/z/servercert.pem"
:key "/User/elias/z/server.key"
:password "foofoo"
:path "/Users/elias/z/server_cert.pem"
:key "/Users/elias/z/server.pem"
;:password "foofoo"
)))
(lfarm-server:start-server "localhost" 7777 :background t))

(let ((lfarm-common:*auth* (make-instance 'lfarm-ssl:ssl-auth-client
:path "/Users/elias/z/servercert.pem"
;:key "/User/elias/z/client.key"
:path "/Users/elias/z/server_cert.pem"
:key "/Users/elias/z/server.pem"
;:password "foofoo"
)))
(setq lfarm-client.kernel:*kernel* (lfarm:make-kernel '(("localhost" 7777)))))

0 comments on commit cbb8b0f

Please sign in to comment.