KEVin V.
01.04.2010, 11:08
не понимаю что-то я принцип работы центра сертификации на кошке, имеем кошку 2811 и следующий конфиг:
hostname kitty
!
ip domain name domain.name
!
crypto pki server domain.name
issuer-name CN=secure
grant auto
lifetime crl 24
lifetime certificate 200
lifetime ca-certificate 365
cdp-url http://secure.domain.name
auto-rollover 10
database url flash:
!
crypto pki trustpoint domain.name
enrollment url http://secure.domain.name:80
fqdn line
revocation-check crl
rsakeypair domain.name
!
crypto pki certificate chain domain.name
certificate ca 01
****сертификат****
!
ip http server
kitty# show crypto pki server
Certificate Server domain.name:
Status: enabled
State: enabled
Server's configuration is locked (enter "shut" to unlock it)
Issuer name: CN=secure
CA cert fingerprint: A0F05122 B99A3125 8D06071F BCC3155F
Granting mode is: auto
Last certificate issued serial number (hex): 1
CA certificate expiration timer: 06:15:17 UTC Apr 1 2011
CRL NextUpdate timer: 06:15:18 UTC Apr 2 2010
Current primary storage dir: flash:
Database Level: Minimum - no cert data written to storage
Auto-Rollover configured, overlap period 10 days
Autorollover timer: 06:15:17 UTC Mar 22 2011
есть сервак с апачем во внутренней сети, который обуслуживает веб, на кошке идет проброс 80 порта до него...
в конфиге хоста secure.domain.name прописан реврайт на внутренний айпи кошки
RewriteEngine On
RewriteRule ^(.*)$ http://192.168.151.1/$1 [P]
пытаюсь зайти с внешки http://secure.domain.name/
Апач выдает - Доступ запрещен. Запрошенный объект не существует.- это у меня кастом ошибка на 404.
ЧЯДНТ? :dontknow:
hostname kitty
!
ip domain name domain.name
!
crypto pki server domain.name
issuer-name CN=secure
grant auto
lifetime crl 24
lifetime certificate 200
lifetime ca-certificate 365
cdp-url http://secure.domain.name
auto-rollover 10
database url flash:
!
crypto pki trustpoint domain.name
enrollment url http://secure.domain.name:80
fqdn line
revocation-check crl
rsakeypair domain.name
!
crypto pki certificate chain domain.name
certificate ca 01
****сертификат****
!
ip http server
kitty# show crypto pki server
Certificate Server domain.name:
Status: enabled
State: enabled
Server's configuration is locked (enter "shut" to unlock it)
Issuer name: CN=secure
CA cert fingerprint: A0F05122 B99A3125 8D06071F BCC3155F
Granting mode is: auto
Last certificate issued serial number (hex): 1
CA certificate expiration timer: 06:15:17 UTC Apr 1 2011
CRL NextUpdate timer: 06:15:18 UTC Apr 2 2010
Current primary storage dir: flash:
Database Level: Minimum - no cert data written to storage
Auto-Rollover configured, overlap period 10 days
Autorollover timer: 06:15:17 UTC Mar 22 2011
есть сервак с апачем во внутренней сети, который обуслуживает веб, на кошке идет проброс 80 порта до него...
в конфиге хоста secure.domain.name прописан реврайт на внутренний айпи кошки
RewriteEngine On
RewriteRule ^(.*)$ http://192.168.151.1/$1 [P]
пытаюсь зайти с внешки http://secure.domain.name/
Апач выдает - Доступ запрещен. Запрошенный объект не существует.- это у меня кастом ошибка на 404.
ЧЯДНТ? :dontknow: