Learn R Programming

amadeus (version 1.2.3)

download_epa_certificate: Check EPA certificate

Description

Check EPA certificate

Usage

download_epa_certificate(
  epa_certificate_path = "cacert_gaftp_epa.pem",
  certificate_url =
    "http://cacerts.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crt"
)

Value

A file designated in epa_certificate_path

Arguments

epa_certificate_path

character(1). Full path of a converted certificate of EPA. Should end with .pem

certificate_url

character(1). URL of the original certificate.

Author

Insang Song