Advertisement
Guest User

Bug nicht lös bar

a guest
May 28th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. so das ist richtig in der nano /etc/openvpn/easy-rsa2/vars
  2. # This variable should point to
  3. # the openssl.cnf file included
  4. # with easy-rsa.
  5. export KEY_CONFIG=`$EASY_RSA/openssl-1.0.0.conf $Easy_Rsa2`
  6.  
  7.  
  8. so ich ordner /etc/openvpn/easy-rsa2/ sind folgen ordner und dateien es muss ja die datei openssl-1.0.0.cnf dasein ist sie ja auch !
  9.  
  10.  
  11. root@ubuntu:/etc/openvpn/easy-rsa2# ls -1
  12. build-ca
  13. build-dh
  14. build-inter
  15. build-key
  16. build-key-pass
  17. build-key-pkcs12
  18. build-key-server
  19. build-req
  20. build-req-pass
  21. clean-all
  22. easy-rsa
  23. inherit-inter
  24. keys
  25. list-crl
  26. openss.cnf
  27. openssh.cnf
  28. openssl-0.9.6.cnf
  29. openssl-0.9.8.cnf
  30. openssl-1.0.0.cnf
  31. openssl.cnf
  32. pkitool
  33. revoke-full
  34. server.conf
  35. server.old.conf
  36. sign-req
  37. vars
  38. whichopenssl
  39. whichopensslcnf
  40. root@ubuntu:/etc/openvpn/easy-rsa2#
  41.  
  42. jetzt muss ich bei dem vezeichniss /etc/openvpn/easy-rsa2 das mach "source ./vars" da kommt aber das bei raus :
  43.  
  44. root@ubuntu:/etc/openvpn/easy-rsa2# source ./vars
  45. bash: /etc/openvpn/easy-rsa2/openssl-1.0.0.conf: Datei oder Verzeichnis nicht gefunden
  46. NOTE: If you run ./clean-all, I will be doing a rm -rf on /etc/openvpn/easy-rsa2/keys
  47. root@ubuntu:/etc/openvpn/easy-rsa2#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement