我在 Fedora 25 中使用 Wayland。
几乎没有屏幕共享工具可以正常工作。从 Chrome 我可以共享一个 chrome 窗口,但没有别的。我还必须使用 zoom.us 并且当我从另一侧共享一个窗口时,只会得到一个空白屏幕。
是否需要配置一些东西才能使其工作?
我正在尝试使用 certutil 将客户端证书添加到 firefox db:此证书的目的是与服务器进行身份验证 - 服务器要求提供凭据,此证书包含凭据。
certutil -A -n "My Certificate" -d /myfirefoxprofile/ -t "CT,," -a -i /mycertificate.pfx
Run Code Online (Sandbox Code Playgroud)
但是,这给了我错误:
certutil: could not obtain certificate from file: security library: improperly formatted DER-encoded message.
Run Code Online (Sandbox Code Playgroud)
我做错了什么吗?
这是在 ubuntu 10.10 上