12件ヒット
[1-12件を表示]
(0.009秒)
検索結果
先頭1件
-
rubygems
/ security (31.0) -
このライブラリは暗号署名を RubyGems パッケージに使用するために使用します。
...gemspec ファイルを開いて
以下の内容を追加してください。
# signing key and certificate chain
s.signing_key = '/mnt/floppy/gem-private_key.pem'
s.cert_chain = ['gem-public_cert.pem']
("/mnt/floppy" はあなた自身の秘密鍵の置いてあるパスに読み替......lation of 'Imlib2-Ruby-0.5.0.gem'
ERROR: Error installing gem Imlib2-Ruby-0.5.0.gem[.gem]: Couldn't
verify data signature: Untrusted Signing Chain Root: cert =
'/CN=gemmaster/DC=example/DC=com', error = 'path
"/root/.rubygems/trust/cert-15dbb43a6edf6a70a85d4e784e2e45312cff7030.pem"
d......ing key (still kept in an undisclosed location!)
s.signing_key = '/mnt/floppy/alf-private_key.pem'
# certificate chain (includes the issuer certificate now too)
s.cert_chain = ['/home/alf/doc/seattlerb-public_cert.pem',
'/home/alf/doc/alf_at_seattle-public_cert.pem']...