examples/ssl_uc2.rb in stomp-1.2.12 vs examples/ssl_uc2.rb in stomp-1.2.13

- old
+ new

@@ -24,10 +24,10 @@ end # Run example. def run ts_flist = [] - # Change the following to the location of your CA's signed certificate. + # Change the following to the location of the server's CA signed certificate. ts_flist << "/home/gmallard/sslwork/2013/TestCA.crt" ssl_opts = Stomp::SSLParams.new(:ts_files => ts_flist.join(","), :fsck => true, )