@extends('layouts.app') @section('title', 'CSR 產生結果') @push('styles') @include('ssl._styles') @endpush @section('content')
@include('ssl._sidebar')
CSR 產生成功
請下載並妥善保存以下檔案
憑證簽署請求 (CSR)
下載 CSR
{{ $csrOut }}
私鑰 (Private Key)
下載 Key
{{ $privKeyOut }}
請務必妥善保存私鑰,勿將私鑰上傳至任何第三方平台。
@endsection