单声道 4.8 的 OSX 上的 btls-cert-sync 在哪里
Where is btls-cert-sync on OSX for mono 4.8
我刚刚安装了 mono 的 4.8.0 alpha 版本,以便能够向需要 TLS 1.2 的服务发出 ssl 请求。
根据 4.8.0 的 Release Notes 应该有一个名为 btls-cert-sync
的工具,但找不到。
更新:
以后使用 cert-sync
,btls-cert-sync
已被删除。
cert-sync already knew how to import into the BTLS cert store,
update it to always import into both stores so we don't need
the btls-cert-sync tool anymore.
回复:https://github.com/mono/mono/commit/968c60a0f32c7a4c92568c3feda7503f99b98c94
btus-cert-sync:
>which `btls-cert-sync`
/Library/Frameworks/Mono.framework/Commands/btls-cert-sync
btus-cert-sync
是一个 shell 脚本:
>cat `which btls-cert-sync`
#!/bin/sh
exec /Library/Frameworks/Mono.framework/Versions/4.8.0/bin/mono $MONO_OPTIONS /Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/4.5/btls-cert-sync.exe "$@"
单声道版本:
>mono --version
Mono JIT compiler version 4.8.0 (mono-4.8.0-branch/cd26828 Fri Jan 13 14:32:29 EST 2017)
我刚刚安装了 mono 的 4.8.0 alpha 版本,以便能够向需要 TLS 1.2 的服务发出 ssl 请求。
根据 4.8.0 的 Release Notes 应该有一个名为 btls-cert-sync
的工具,但找不到。
更新:
以后使用 cert-sync
,btls-cert-sync
已被删除。
cert-sync already knew how to import into the BTLS cert store, update it to always import into both stores so we don't need the btls-cert-sync tool anymore.
回复:https://github.com/mono/mono/commit/968c60a0f32c7a4c92568c3feda7503f99b98c94
btus-cert-sync:
>which `btls-cert-sync`
/Library/Frameworks/Mono.framework/Commands/btls-cert-sync
btus-cert-sync
是一个 shell 脚本:
>cat `which btls-cert-sync`
#!/bin/sh
exec /Library/Frameworks/Mono.framework/Versions/4.8.0/bin/mono $MONO_OPTIONS /Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/4.5/btls-cert-sync.exe "$@"
单声道版本:
>mono --version
Mono JIT compiler version 4.8.0 (mono-4.8.0-branch/cd26828 Fri Jan 13 14:32:29 EST 2017)