stresser2
    stresser2
    • 新闻
      • 创建新闻列表
        POST
      • 删除新闻列表
        DELETE
      • 批量删除新闻列表
        DELETE
      • 用id查询新闻列表
        GET
      • 分页获取新闻列表列表
        GET
      • 不需要鉴权的新闻列表接口
        GET
      • 更新新闻列表
        PUT
    • 价格订单
      • 创建订单列表
        POST
      • 购买套餐
        GET
      • 删除订单列表
        DELETE
      • 批量删除订单列表
        DELETE
      • 用id查询订单列表
        GET
      • 获取Order的数据源
        GET
      • 分页获取订单列表列表
        GET
      • 不需要鉴权的订单列表接口
        GET
      • 更新订单列表
        PUT
    • 价格套餐
      • 创建套餐列表
        POST
      • 删除套餐列表
        DELETE
      • 批量删除套餐列表
        DELETE
      • 用id查询套餐列表
        GET
      • 分页获取套餐列表列表
        GET
      • 不需要鉴权的套餐列表接口
        GET
      • 更新套餐列表
        PUT
    • 攻击方法(协议)
      • 创建协议列表
        POST
      • 删除协议列表
        DELETE
      • 批量删除协议列表
        DELETE
      • 用id查询协议列表
        GET
      • 分页获取协议列表列表
        GET
      • 不需要鉴权的协议列表接口
        GET
      • 更新协议列表
        PUT
    • 其他
      • 获取系统配置
      • 不需要鉴权的基础功能接口
      • 登录
    • 攻击任务
      • 创建任务列表
      • 删除任务列表
      • 批量删除任务列表
      • 用id查询任务列表
      • 获取Task的数据源
      • 分页获取任务列表列表
      • 不需要鉴权的任务列表接口
      • 更新任务列表
    • SysDictionary
      • 分页获取SysDictionary列表
    • SysDictionaryDetail
      • 分页获取SysDictionaryDetail列表
    • Order
    • 登录
      POST
    • 申请证书
      POST
    • 申请CSR
      POST
    • 签发证书
      POST
    • 数据模型
      • Schemas
        • common.JSONMap
        • config.AliyunOSS
        • config.Autocode
        • config.AwsS3
        • config.CORS
        • config.CORSWhitelist
        • config.Captcha
        • config.CloudflareR2
        • config.DiskList
        • config.Excel
        • config.HuaWeiObs
        • config.JWT
        • config.Local
        • config.Minio
        • config.Mongo
        • config.MongoHost
        • config.Mssql
        • config.Mysql
        • config.Oracle
        • config.Pgsql
        • config.Qiniu
        • config.Redis
        • config.Server
        • config.SpecializedDB
        • config.Sqlite
        • config.System
        • config.TencentCOS
        • config.TG
        • config.UPay
        • config.Zap
        • example.ExaAttachmentCategory
        • example.ExaCustomer
        • example.ExaFile
        • example.ExaFileChunk
        • example.ExaFileUploadAndDownload
        • github_com_flipped-aurora_gin-vue-admin_server_config.Email
        • model.Info
        • request.AddMenuAuthorityInfo
        • request.AutoCode
        • request.AutoCodeField
        • request.CasbinInReceive
        • request.CasbinInfo
        • request.ChangePasswordReq
        • request.DataSource
        • request.Empty
        • request.ExaAttachmentCategorySearch
        • request.GetAuthorityId
        • request.GetById
        • request.GetUserList
        • request.IdsReq
        • request.InitDB
        • request.Login
        • request.PageInfo
        • request.Register
        • request.SearchApiParams
        • request.SetUserAuth
        • request.SetUserAuthorities
        • request.SysAuthorityBtnReq
        • request.SysAutoCodePackageCreate
        • request.SysAutoHistoryRollBack
        • response.Email
        • response.ExaCustomerResponse
        • response.ExaFileResponse
        • response.FilePathResponse
        • response.FileResponse
        • response.LoginResponse
        • response.PageResult
        • response.PolicyPathResponse
        • response.Response
        • response.SysAPIListResponse
        • response.SysAPIResponse
        • response.SysAuthorityBtnRes
        • response.SysAuthorityCopyResponse
        • response.SysAuthorityResponse
        • response.SysBaseMenuResponse
        • response.SysBaseMenusResponse
        • response.SysCaptchaResponse
        • response.SysConfigResponse
        • response.SysMenusResponse
        • response.SysUserResponse
        • stresser.Config
        • stresser.News
        • stresser.Attacker
        • stresser.Order
        • stresser.Product
        • stresser.Protocol
        • stresser.Task
        • system.Condition
        • system.JoinTemplate
        • system.Meta
        • system.SysApi
        • system.SysAuthority
        • system.SysBaseMenu
        • system.SysBaseMenuBtn
        • system.SysBaseMenuParameter
        • system.SysDictionary
        • system.SysDictionaryDetail
        • system.SysExportTemplate
        • system.SysMenu
        • system.SysOperationRecord
        • system.SysParams
        • system.SysUser
        • system.System

      签发证书

      开发中
      POST
      http://101.200.153.57:9030/api/ca/gencertbycsr

      请求参数

      Authorization
      在 header 添加参数
      x-token
      示例:
      x-token: ********************
      Body 参数application/json

      示例
      {
          "orgId": "string",
          "userId": "string",
          "userType": "string",
          "certUsage": "string",
          "csr": "string",
          "token": "string"
      }

      请求示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'http://101.200.153.57:9030/api/ca/gencertbycsr' \
      --header 'x-token: <api-key>' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "orgId": "string",
          "userId": "string",
          "userType": "string",
          "certUsage": "string",
          "csr": "string",
          "token": "string"
      }'

      返回响应

      🟢200成功
      application/json
      Body

      示例
      {}
      修改于 2025-08-08 08:10:25
      上一页
      申请CSR
      下一页
      common.JSONMap
      Built with