sign(certificate, signing_key, signing_cert, age = ONE_YEAR, extensions = EXTENSIONS, serial = 1)
Class Public methods
Sign the public key from certificate with the
signing_key and signing_cert, using the Gem::Security::DIGEST_ALGORITHM.
Uses the default certificate validity range and extensions.
Returns the newly signed certificate.