We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e43d8a commit e44d08bCopy full SHA for e44d08b
config/routes.yaml
@@ -47,6 +47,13 @@ shortcut_root_version:
47
path: /doc/articles/troubleshooting.md#root-package-version-detection
48
permanent: true
49
50
+shortcut_ssl_local_cert:
51
+ path: /local-issuer
52
+ controller: Symfony\Bundle\FrameworkBundle\Controller\RedirectController
53
+ defaults:
54
+ path: /doc/articles/troubleshooting.md#ssl-certificate-problem-unable-to-get-local-issuer-certificate
55
+ permanent: true
56
+
57
shortcut_install:
58
path: /install
59
controller: Symfony\Bundle\FrameworkBundle\Controller\RedirectController
0 commit comments