Open2

CircleCI 「(60) SSL certificate problem: certificate has expired」

がひゅーがひゅー
version: 2.1

orbs:
  ruby: circleci/ruby@1.1.4
  aws-cli: circleci/aws-cli@1.4.0

jobs:
  frontend_test:
    docker:
      - image: circleci/node:10.24.0

    working_directory: ~/repo

    steps:
      - checkout
      - ruby/install:
          version: '2.5'

で 以下エラー

Install/Verify Ruby Version Manager

gpg: keybox '/home/circleci/.gnupg/pubring.kbx' created
gpg: key 105BD0E739499BDB: 2 duplicate signatures removed
gpg: key 105BD0E739499BDB: 8 signatures not checked due to missing keys
gpg: /home/circleci/.gnupg/trustdb.gpg: trustdb created
gpg: key 105BD0E739499BDB: public key "Piotr Kuczynski <piotr.kuczynski@gmail.com>" imported
gpg: key 3804BB82D39DC0E3: 108 signatures not checked due to missing keys
gpg: key 3804BB82D39DC0E3: public key "Michal Papis (RVM signing) <mpapis@gmail.com>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 2
gpg:               imported: 2
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.

Exited with code exit status 60
CircleCI received exit code 60