You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat > ssl.conf <<-EOF[ req ]default_bits = 4096distinguished_name = req_distinguished_namereq_extensions = req_ext[ req_distinguished_name ]countryName = Country Name (2 letter code)countryName_default = PTstateOrProvinceName = State or Province Name (full name)stateOrProvinceName_default = PortolocalityName = Locality Name (eg, city)localityName_default = PortoorganizationName = Organization Name (eg, company)organizationName_default = Marcelo AlmeidaorganizationalUnitName = Organizational Unit NameorganizationalUnitName_default = Marcelo Almeida CAcommonName = Common Name (e.g. server FQDN or YOUR name)commonName_max = 64commonName_default = malmeida.dev[ req_ext ]subjectAltName = @alt_names[alt_names]DNS.1 = malmeida.devDNS.2 = www.malmeida.devEOF