diff options
author | Teravus Ovares | 2008-09-17 13:59:44 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-09-17 13:59:44 +0000 |
commit | c8869d6adf16de3024b8f5e7d2575af6117722b5 (patch) | |
tree | 3897f88cfbf2256f870f7bb000a3f321272dedb5 | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=2207 (diff) | |
download | opensim-SC_OLD-c8869d6adf16de3024b8f5e7d2575af6117722b5.zip opensim-SC_OLD-c8869d6adf16de3024b8f5e7d2575af6117722b5.tar.gz opensim-SC_OLD-c8869d6adf16de3024b8f5e7d2575af6117722b5.tar.bz2 opensim-SC_OLD-c8869d6adf16de3024b8f5e7d2575af6117722b5.tar.xz |
* SSL Documentation update from Lexa
-rw-r--r-- | share/junkCA/Certificate commands OpenSSL.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/junkCA/Certificate commands OpenSSL.txt b/share/junkCA/Certificate commands OpenSSL.txt index 2ae6963..0448d76 100644 --- a/share/junkCA/Certificate commands OpenSSL.txt +++ b/share/junkCA/Certificate commands OpenSSL.txt | |||
@@ -47,6 +47,10 @@ Import it into your MY store on windows. | |||
47 | 47 | ||
48 | Mono, you must use httpcfg in the Mono-1.9.1/lib/mono/2.0 folder. | 48 | Mono, you must use httpcfg in the Mono-1.9.1/lib/mono/2.0 folder. |
49 | httpcfg -add -port <TYPE HTTPS PORT> -pvk <TYPE PRIVATE KEY FILE> -cert MyCert | 49 | httpcfg -add -port <TYPE HTTPS PORT> -pvk <TYPE PRIVATE KEY FILE> -cert MyCert |
50 | From Lexa: | ||
51 | It expect the key to be in the windows pvk format | ||
52 | pvk -in host.key -nocrypt -out host.pvk -topvk" and use -pvk host.pvk | ||
53 | pvk is a package on FreeBSD that gets installed as part of the Mono installation | ||
50 | 54 | ||
51 | After that, make sure to set-up your opensim.ini! | 55 | After that, make sure to set-up your opensim.ini! |
52 | 56 | ||