instance method OpenSSL::X509::ExtensionFactory#create_ext

create_ext(oid, value, critical = false) -> OpenSSL::X509::Extension[permalink][rdoc][edit]

OpenSSL::X509::Extension のインスタンスを生成して返します。

[PARAM] oid:
拡張領域の識別子を表す文字列
[PARAM] value:
拡張領域の値を表す文字列
[PARAM] critical:
重要度(真偽値)