https://github.com/afeiship/ushell-module-openssl
Fix openssl problem for MacOs.
https://github.com/afeiship/ushell-module-openssl
mac module openssl ushell
Last synced: 18 days ago
JSON representation
Fix openssl problem for MacOs.
- Host: GitHub
- URL: https://github.com/afeiship/ushell-module-openssl
- Owner: afeiship
- Created: 2019-03-13T03:38:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T14:10:20.000Z (over 3 years ago)
- Last Synced: 2025-08-23T19:36:04.994Z (9 months ago)
- Topics: mac, module, openssl, ushell
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ushell-module-openssl
> Fix openssl problem for MacOs.
## installation
```shell
npm i -S @jswork/ushell-module-openssl
```
## resources
- https://yryz.net/post/macosx-brew-install-openssl.html
~~~
[feizheng@afei:~]
$ openssl version
LibreSSL 2.2.7
$ openssl version
OpenSSL 1.0.2q 20 Nov 2018
~~~