积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部系统运维(33)Zabbix(22)Linux(10)httpd(1)

语言

全部英语(20)中文(简体)(13)

格式

全部PDF文档 PDF(33)
 
本次搜索耗时 0.191 秒,为您找到相关结果约 33 个.
  • 全部
  • 系统运维
  • Zabbix
  • Linux
  • httpd
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 ubuntu server guide

    “database” directory. Depending on the application, it can be in the following places by default: • ~/.pki/nssdb/pkcs11.txt This is where the system-provided libnss3 library will look by default. • ~/snap/firefox/common/ the system NSS libraries. For these examples, we will be using the configuration file located in ~/.pki/nssdb/pkcs11.txt. As noted before, depending on the application this file can be in another directory which has the necessary tools we will need: sudo apt install libnss3-tools If you don’t have a ~/.pki/nssdb directory yet, it will have to be created first. For that, we will use the certutil command,
    0 码力 | 486 页 | 3.33 MB | 1 年前
    3
  • pdf文档 鸟哥的Linux私房菜:服务器架设篇 第三版

    #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ 6. gpgcheck=1 7. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 如上所示,鸟哥仅列出 base 这个容器的原始内容而已,其他的容器内容请自行查阅啰!上面的数据需要注意的是: [base]:代表容器的 baseurl=http://ftp.twaren.net/Linux/CentOS/6/os/x86_64/ <==就属它最重要! 5. gpgcheck=1 6. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 7. # 底下其他的容器项目,请自行到高速网络中心去查询后自己处理! 8. 9. [root@www ~]# yum clean all 證檔案囉!相關軟體提供的檔案如下: /etc/httpd/conf.d/ssl.conf:mode_ssl 提供的 Apache 設定檔; /etc/pki/tls/private/localhost.key:系統私鑰檔,可以用來製作憑證的! /etc/pki/tls/certs/localhost.crt:就是加密過的憑證檔!(signed certificate) 既然系統都已經幫我們搞定了,那
    0 码力 | 795 页 | 17.63 MB | 1 年前
    3
  • pdf文档 Proxing to tomcat with httpd

    10/12/22 21 Using TLS (1 httpd) httpd.conf SSLProxyEngine on SSLProxyCACertificateFile "/etc/pki/CA/cacert.pem" ProxyPass "/examples" "https://localhost:8443/examples" ProxyPassReverse "/examples"
    0 码力 | 26 页 | 242.80 KB | 1 年前
    3
  • pdf文档 Centos7安装Nginx或OpenResty

    org/metalink?repo=epel-7&arch=$basearch failovermethod=priority enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 保存(若没有 gpgkey,则设置 gpgcheck=0) # yum search openssl11-libs # yum install
    0 码力 | 7 页 | 153.82 KB | 1 年前
    3
  • pdf文档 Moxa Industrial Linux 3.0 (Debian 11) Manual for Arm-based Computers Version 1.0, January 2023

    when the device is stolen or lost. Public key infrastructure (PKI) Moxa secure boot use X.509 public key infrastructure (PKI) to validate authenticity and integrity of bootloader and Linux kernel
    0 码力 | 111 页 | 2.94 MB | 1 年前
    3
  • pdf文档 Ubuntu Server Guide 18.04

    more than just pre-shared keys OpenVPN makes it easy to setup and use a Public Key Infrastructure (PKI) to use SSL/TLS certificates for authentication and key exchange between the VPN server and clients Infrastructure Setup The first step in building an OpenVPN configuration is to establish a PKI (public key infrastructure). The PKI consists of: • a separate certificate (also known as a public key) and private
    0 码力 | 413 页 | 1.40 MB | 1 年前
    3
  • pdf文档 openEuler 24.03 LTS 技术白皮书

    文件(应用程序执行或普通文件访问时进行签名校验); 运行阶段(软件包安装):包管理组件 ->RPM 软件包(软件包安装时进行签名校验)。 为支持“开箱即用”的安全启动能力,核心是在 openEuler 社区建立以 PKI 为基础的软件构建签名体系,在软件构建阶段,自 动为目标文件添加数字签名,并在关键组件中预置公钥证书,从而在用户安装 openEuler 镜像后,可以直接开启相关的签名校验机 制,提升系统安全性。
    0 码力 | 45 页 | 6.18 MB | 1 年前
    3
  • pdf文档 鸟哥的Linux私房菜:基础学习篇 第四版

    download size: 31 M 15. Is this ok [y/d/N]: y 16. .....(后面省略).... 17. Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 18. Importing GPG key 0xF4A80EB5: 19. Userid : "CentOS-7 Key (CentOS 21. Package : centos-release-7-0.1406.el7.centos.2.3.x86_64 (@anaconda) 22. From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 23. Is this ok [y/N]: y 24. .....(后面省略).... 25. 26. [root@study ~]# [root@study ~]# ll /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 2. -rw-r--r--. 1 root root 1690 Apr 1 06:27 /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 3. [root@study ~]# cat /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    0 码力 | 1057 页 | 14.60 MB | 1 年前
    3
  • pdf文档 鸟哥的 Linux 私房菜:基础学习篇 第四版

    M Total download size: 31 M Is this ok [y/d/N]: y .....(后面省略).... Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Importing GPG key 0xF4A80EB5: Userid : "CentOS-7 Key (CentOS 7 Official f4a8 0eb5 Package : centos-release-7-0.1406.el7.centos.2.3.x86_64 (@anaconda) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Is this ok [y/N]: y .....(后面省略).... [root@study ~]# lsb_release -a LSB 的数码签章位于: [root@study ~]# ll /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 -rw-r--r--. 1 root root 1690 Apr 1 06:27 /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [root@study ~]# cat /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 -----BEGIN
    0 码力 | 1158 页 | 13.73 MB | 1 年前
    3
  • pdf文档 Zabbix 4.0 Manual

    baseurl=http://repo.zabbix.com/zabbix/4.0/rhel/7/$basearch/debuginfo/ enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591 gpgcheck=1 This will allow you to install the zabbix-debuginfo baseurl=http://repo.zabbix.com/zabbix/4.5/rhel/8/$basearch/ enabled=1 142 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591 1.2 Firewall configuration The appliance uses iptables firewall sign them, how to revoke certificates you can find numerous online how-tos, for example, OpenSSL PKI Tutorial v1.1 . Carefully consider and test your certificate extensions - see Limitations on using
    0 码力 | 1365 页 | 16.69 MB | 1 年前
    3
共 33 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
ubuntuserverguide鸟哥Linux私房服务务器服务器架设第三第三版ProxingtotomcatwithhttpdCentos7安装NginxOpenRestyMoxaIndustrial3.0Debian11ManualforArmbasedComputersVersion1.0January2023UbuntuServerGuide18.04openEuler24.03LTS技术白皮皮书白皮书基础学习第四四版第四版Zabbix4.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩