You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"fortios_vpncertificate_setting" {
source="./modules/fortios/r/fortios_vpncertificate_setting"# certname_dsa1024 - (required) is a type of stringcertname_dsa1024=null# certname_dsa2048 - (required) is a type of stringcertname_dsa2048=null# certname_ecdsa256 - (required) is a type of stringcertname_ecdsa256=null# certname_ecdsa384 - (required) is a type of stringcertname_ecdsa384=null# certname_ecdsa521 - (optional) is a type of stringcertname_ecdsa521=null# certname_ed25519 - (optional) is a type of stringcertname_ed25519=null# certname_ed448 - (optional) is a type of stringcertname_ed448=null# certname_rsa1024 - (required) is a type of stringcertname_rsa1024=null# certname_rsa2048 - (required) is a type of stringcertname_rsa2048=null# certname_rsa4096 - (optional) is a type of stringcertname_rsa4096=null# check_ca_cert - (optional) is a type of stringcheck_ca_cert=null# check_ca_chain - (optional) is a type of stringcheck_ca_chain=null# cmp_key_usage_checking - (optional) is a type of stringcmp_key_usage_checking=null# cmp_save_extra_certs - (optional) is a type of stringcmp_save_extra_certs=null# cn_match - (optional) is a type of stringcn_match=null# interface - (optional) is a type of stringinterface=null# interface_select_method - (optional) is a type of stringinterface_select_method=null# ocsp_default_server - (optional) is a type of stringocsp_default_server=null# ocsp_option - (optional) is a type of stringocsp_option=null# ocsp_status - (optional) is a type of stringocsp_status=null# ssl_min_proto_version - (optional) is a type of stringssl_min_proto_version=null# ssl_ocsp_source_ip - (optional) is a type of stringssl_ocsp_source_ip=null# strict_crl_check - (optional) is a type of stringstrict_crl_check=null# strict_ocsp_check - (optional) is a type of stringstrict_ocsp_check=null# subject_match - (optional) is a type of stringsubject_match=null
}
resource"fortios_vpncertificate_setting""this" {
# certname_dsa1024 - (required) is a type of stringcertname_dsa1024=var.certname_dsa1024# certname_dsa2048 - (required) is a type of stringcertname_dsa2048=var.certname_dsa2048# certname_ecdsa256 - (required) is a type of stringcertname_ecdsa256=var.certname_ecdsa256# certname_ecdsa384 - (required) is a type of stringcertname_ecdsa384=var.certname_ecdsa384# certname_ecdsa521 - (optional) is a type of stringcertname_ecdsa521=var.certname_ecdsa521# certname_ed25519 - (optional) is a type of stringcertname_ed25519=var.certname_ed25519# certname_ed448 - (optional) is a type of stringcertname_ed448=var.certname_ed448# certname_rsa1024 - (required) is a type of stringcertname_rsa1024=var.certname_rsa1024# certname_rsa2048 - (required) is a type of stringcertname_rsa2048=var.certname_rsa2048# certname_rsa4096 - (optional) is a type of stringcertname_rsa4096=var.certname_rsa4096# check_ca_cert - (optional) is a type of stringcheck_ca_cert=var.check_ca_cert# check_ca_chain - (optional) is a type of stringcheck_ca_chain=var.check_ca_chain# cmp_key_usage_checking - (optional) is a type of stringcmp_key_usage_checking=var.cmp_key_usage_checking# cmp_save_extra_certs - (optional) is a type of stringcmp_save_extra_certs=var.cmp_save_extra_certs# cn_match - (optional) is a type of stringcn_match=var.cn_match# interface - (optional) is a type of stringinterface=var.interface# interface_select_method - (optional) is a type of stringinterface_select_method=var.interface_select_method# ocsp_default_server - (optional) is a type of stringocsp_default_server=var.ocsp_default_server# ocsp_option - (optional) is a type of stringocsp_option=var.ocsp_option# ocsp_status - (optional) is a type of stringocsp_status=var.ocsp_status# ssl_min_proto_version - (optional) is a type of stringssl_min_proto_version=var.ssl_min_proto_version# ssl_ocsp_source_ip - (optional) is a type of stringssl_ocsp_source_ip=var.ssl_ocsp_source_ip# strict_crl_check - (optional) is a type of stringstrict_crl_check=var.strict_crl_check# strict_ocsp_check - (optional) is a type of stringstrict_ocsp_check=var.strict_ocsp_check# subject_match - (optional) is a type of stringsubject_match=var.subject_match
}