995e73e04b
AstManProxy is a multi-threaded proxy server for the Asterisk Manager Interface. As well as straight proxying, it can also translate between AMI and HTTP (with output in plaintext, XML, or CSV formats). SSL is also available (for both AMI and HTTP).
13 lines
407 B
Plaintext
13 lines
407 B
Plaintext
$OpenBSD: patch-configs_ssl_conf,v 1.1.1.1 2009/10/13 11:10:41 sthen Exp $
|
|
--- configs/ssl.conf.orig Fri Jan 18 12:06:18 2008
|
|
+++ configs/ssl.conf Fri Jan 18 12:06:27 2008
|
|
@@ -9,7 +9,7 @@
|
|
# other options under the root_ca_distinguished_name section.
|
|
|
|
HOME = .
|
|
-RANDFILE = $ENV::HOME/.rnd
|
|
+RANDFILE = /dev/arandom
|
|
|
|
[ ca ]
|
|
default_ca = MyAsteriskCA
|