Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > b91a506fe96c637443032c9862af1f87 > files > 4

nessus-2.2.10-2mdv2008.0.src.rpm

--- nessus-core/nessus-mkcert.in.vdanen	2003-04-07 12:48:46.000000000 +0200
+++ nessus-core/nessus-mkcert.in	2003-06-17 08:37:23.000000000 +0200
@@ -92,8 +92,8 @@
    exit 1
 esac
      
-NESSUSPRIV="$localstatedir/nessus/CA"
-NESSUSPUB="$sharedstatedir/nessus/CA"
+NESSUSPRIV="$sysconfdir/nessus/CA"
+NESSUSPUB="$sysconfdir/nessus/ssl"
 if [ ! -d "$NESSUSPRIV" ]; then
     mkdir -p "$NESSUSPRIV"
     chmod 0700 "$NESSUSPRIV"
@@ -179,14 +179,14 @@
 
 # Default country = France
 # Too bad for you, but quicker for my tests!
-echo_no_nl "Your country (two letter code) [${DC:=FR}]: "; read x
+echo_no_nl "Your country (two letter code) [${DC:=CA}]: "; read x
 COUNTRY=${x:-$DC}
 #
 echo_no_nl "Your state or province name [none]: "; read x
 PROVINCE=${x:-.}
-X=Paris; echo_no_nl "Your location (e.g. town) [$X]: "; read x
+echo_no_nl "Your location (e.g. town) [$X]: "; read x
 LOCATION=${x:-$X}
-X="Nessus Users United"; echo_no_nl "Your organization [$X]: "; read x
+X="Mandrake Linux Dummy Nessus Server"; echo_no_nl "Your organization [$X]: "; read x
 ORGANIZATION=${x:-$X}
 # X="Test unit"; echo_no_nl "Your organization unit [$X]:"; read x
 # ORGUNIT=${x:-$X}
@@ -195,7 +195,7 @@
 else 
 CACERT_LIFETIME="1460"
 SRVCERT_LIFETIME="365"
-COUNTRY="FR"
+COUNTRY="CA"
 PROVINCE="none"
 LOCATION="Paris"
 ORGANIZATION="Nessus Users United"