首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏范传康的专栏

    docker-compose快速搭建wordpress个人网站

    /nginx/certs /etc/nginx/certs/self-signed RUN mkdir -p /var/www/html 1.4 php.dockerfile FROM php:7.4 server { listen 443 ssl; server_name www.flavorfan.net; ssl_certificate /etc/nginx/certs/self-signed <你的域名>.net_bundle.crt; ssl_certificate_key /etc/nginx/certs/self-signed/www.

    2K82编辑于 2021-12-05
  • 来自专栏Tensorbytes

    ambassador网关之小试牛刀

    using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: O=Ambassador Edge Stack Self-Signed GMT * expire date: May 21 13:32:32 2021 GMT * common name: (nil) * issuer: O=Ambassador Edge Stack Self-Signed using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 * Server certificate: * subject: O=Ambassador Edge Stack Self-Signed GMT * expire date: May 21 13:32:32 2021 GMT * common name: (nil) * issuer: O=Ambassador Edge Stack Self-Signed

    1.5K10发布于 2020-05-25
  • 来自专栏code人生

    生成CSR和自签名证书

    = nil { return err } // Create a self-signed certificate template := x509.Certificate = nil { return err } // Save the self-signed certificate to a file certFile, err { fmt.Println("Error generating certificate:", err) return } fmt.Println("Self-signed

    1.9K40编辑于 2023-10-25
  • 来自专栏前端小叙

    vscode常用配置

    jshint.enable": false, "browser-preview.ignoreHttpsErrors": true, // Ignore HTTPS errors if you are using self-signed jshint.enable": false, "browser-preview.ignoreHttpsErrors": true, // Ignore HTTPS errors if you are using self-signed

    84440编辑于 2022-07-06
  • 来自专栏又见苍岚

    Node.js npm 安装包 unable to verify the first certificate 错误解决方案

    reason: unable to verify the first certificate 问题原因 As of February 27, 2014, npm no longer supports its self-signed

    5.6K20编辑于 2022-08-06
  • 来自专栏云微的一点分享

    debian9.9 apache2.4 站点添加ssl证书配置https

    所以写一个记录一下 首先,ssl的站点配置文件在 /etc/apache2/sites-available/default-ssl.conf 里面 下载好ssl证书文件后,修改上面文件的 # A self-signed

    67020编辑于 2023-02-11
  • 来自专栏院长运维开发

    Ceph配置DashBoard管理

    "iostat", "restful" ] 配置 生成证书 [root@node-1 ~]# ceph dashboard create-self-signed-cert Self-signed

    1.5K10发布于 2021-02-19
  • 来自专栏云计算教程系列

    在CVM搭建你自己的网盘

    cd 7658/certs/self-signed/ 然后将您在腾讯云下载的证书复制到这个目录下,注意名称必须为cert.pem chain.pem privkey.pem。 要生成自签名证书并配置Nextcloud以使用它,请输入: sudo nextcloud.enable-https self-signed Generating key and self-signed

    4.4K50发布于 2018-07-23
  • 来自专栏博文视点Broadview

    为你的APK进行数字签名

    ", L=Marlborough, ST=CT, C=US correct[no]: yes Generating 2,048 bit RSA key pair and self-signed certificate ", L=Marlborough, ST=CT, C=US correct[no]: yesGenerating 2,048 bit RSA key pair and self-signed certificate

    1K10发布于 2020-06-11
  • 来自专栏Owen's World

    Could not get any response postman报错 但是浏览器可以访问

    have happened: The server couldn't send a response: Ensure that the backend is working properly Self-signed

    1.1K10编辑于 2021-12-08
  • 来自专栏大大的小蜗牛

    Ubuntu Server snap 安装 Nextcloud

    自签名证书 sudo nextcloud.enable-https self-signed 购买的证书 下载 Apache 格式的证书,上传至:/var/snap/nextcloud/current/certs

    2.9K30编辑于 2022-12-20
  • 来自专栏FreeBuf

    如何使用sr2t将你的安全扫描报告转换为表格格式

    Algorithm | 2 | X | | 192.168.142.4 | 3389 | 57582 | SSL Self-Signed Algorithm | 2 | X | | 192.168.142.2 | 3389 | 57582 | SSL Self-Signed 192.168.142.4,3389,35291,SSL Certificate Signed Using Weak Hashing Algorithm,2,X 192.168.142.4,3389,57582,SSL Self-Signed 192.168.142.2,3389,35291,SSL Certificate Signed Using Weak Hashing Algorithm,2,X 192.168.142.2,3389,57582,SSL Self-Signed

    45910编辑于 2024-06-27
  • 来自专栏嘿嘿的专栏

    Cloudflare 的加密模式配置

    如果想要更安全可以直接使用一些脚本自动生成 self-signed 证书,然后选择 Full 模式。

    2.1K40编辑于 2023-05-09
  • 来自专栏Windows技术交流

    powershell批量远程示例,批量给多台机器安装dotnet和iis

    7,执行以下操作 Write-Host "操作系统版本大于 Windows Server 2008 R2 或 Windows 7" # 在此处添加您要执行的操作 # Create a self-signed "(host) setting up WinRM" # Configure WinRM to allow unencrypted communication, and provide the # self-signed

    2K20编辑于 2024-09-14
  • 来自专栏正则

    AFNetworking源码探究(十四) —— AFSecurityPolicy与安全认证 (二

    . // // From Apple Docs: // "Do not implicitly trust self-signed certificates as anchors (kSecTrustOptionImplicitAnchors). // Instead, add your own (self-signed nothing to evaluate against. // // From Apple Docs: // "Do not implicitly trust self-signed certificates as anchors (kSecTrustOptionImplicitAnchors). // Instead, add your own (self-signed

    1.2K20发布于 2021-09-03
  • 来自专栏Windows技术交流

    winrm不指定端口远程即可执行命令

    7,执行以下操作 Write-Host "操作系统版本大于 Windows Server 2008 R2 或 Windows 7" # 在此处添加您要执行的操作 # Create a self-signed "(host) setting up WinRM" # Configure WinRM to allow unencrypted communication, and provide the # self-signed

    2K60编辑于 2024-09-14
  • 来自专栏运维一切

    kubernetes dashboard 纯docker部署

    /bin/sh # create self-signed server certificate: read -p "Enter your domain [www.example.com]: " DOMAIN

    74030发布于 2018-08-17
  • 来自专栏杨焱的专栏

    导入cert 和 key 到 keystore.jks

    srcstoretype PKCS12 -srcstorepass some-password \ -alias [some-alias] Finished OPTIONAL Step Zero, create self-signed

    1.1K10编辑于 2021-12-07
  • 来自专栏开发杂记

    gitlab启用https

    /bin/sh # create self-signed server certificate: read -p "Enter your domain [139.199.125.93]: " DOMAIN

    2.1K30发布于 2019-08-09
  • 来自专栏Chasays

    如何手动给APK文件签名

    [no]: yes Generating 2,048 bit RSA key pair and self-signed certificate (SHA256withRSA) with a validity

    4.5K20发布于 2019-04-29
领券