我正在开发一个动态应用程序生成器,所以我需要在服务器上使用Java在运行时运行该命令
好吧,我已经尝试了以下
openssl x509 -req -in <cert_name>.csr -signkey <key_name>.key -out output.crt
Run Code Online (Sandbox Code Playgroud)
但似乎抛出错误
140735226307408:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: CERTIFICATE REQUEST
Run Code Online (Sandbox Code Playgroud)
任何解决方案?
需要通过CGFont以下功能
CGFontCreateCopyWithVariations(<#font: CGFont!#>, <#variations: CFDictionary!#>))
Run Code Online (Sandbox Code Playgroud)