# File lib/nanite/security/certificate.rb, line 42 def save(file) File.open(file, "w") do |f| f.write(@raw_cert.to_pem) end end