[RESOLVED] where is openssl command
- 
					
					
					
					
 Hi community, 
 I have been looking openssl to create certificate but havent found. Openvpn-openssl package contains openssl or some kind?
 Indeed installation of openvpn-openssl returns error message about kernel dependency.Collected errors: - satisfy_dependencies_for: Cannot satisfy the following dependencies for openvpn-openssl:
- kernel (= 3.18.23-1-b2f200610f46d20ef52d269421369d0c) *
- opkg_install_cmd: Cannot install package openvpn-openssl.
 
 
- 
					
					
					
					
 @Zafer-Demirsoy That error message indicates that the kernel version on the Omega does not match that required for the openvpn-openssl package. 
 While it is possible to override this dependency using the-force-dependson theopkg installcommand, this is not normally recommended.If all you want is the opensslcommand itself, it is available in theopenssl-utilpackage. Use:- opkg install openssl-util
 This does install OK and gives one the opensslcommand.Hope that helps. 
 
- 
					
					
					
					
 Great, I havent realized that, thanks.